From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8744 invoked by alias); 18 Feb 2009 07:15:45 -0000 Received: (qmail 8707 invoked by uid 48); 18 Feb 2009 07:15:29 -0000 Date: Wed, 18 Feb 2009 07:15:00 -0000 Message-ID: <20090218071529.8706.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/39222] out of memory bootstrapping In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-02/txt/msg01563.txt.bz2 ------- Comment #2 from ubizjak at gmail dot com 2009-02-18 07:15 ------- The commit you are referring to just hit the nail on the road and gets over your memory threshold. The blockage insertion is enabled only for -fno-omit-frame-pointer. Even if we revert this patch (very unlikely, since it fixes real problem), memory consumption will go over your threhold as soon as somebody adds a couple of patterns to the md file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222