From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25307 invoked by alias); 12 Jun 2010 16:48:11 -0000 Received: (qmail 25197 invoked by uid 48); 12 Jun 2010 16:48:00 -0000 Date: Sat, 12 Jun 2010 16:48:00 -0000 Message-ID: <20100612164800.25196.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/44509] [4.6 Regression] Revision 160626 breaks bootstrap on *-apple-darwin* In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mrs at gcc dot gnu dot org" 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: 2010-06/txt/msg01420.txt.bz2 ------- Comment #11 from mrs at gcc dot gnu dot org 2010-06-12 16:48 ------- This is a failure to manage memory type of error, and -E will never be able to grab a testcase. I'm in the long slow process of manually trimming down a testcase, but it is slow going. Essentially replace #include with a emacs buffer insert of that file and repeat. Then, trim down things while ensuring it still fails. gdb isn't happy for me, as this is a stage2 failure, not a stage1 failure, and debugging requires access to the .o files. The values in question are 0 and 0. If I remove a #define BLABLA_H, then the problem goes away, meaning the slightest sneeze, and this just shimmers. -- mrs at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikestump at comcast dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44509