From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14403 invoked by alias); 3 Mar 2008 03:32:50 -0000 Received: (qmail 14355 invoked by uid 48); 3 Mar 2008 03:32:07 -0000 Date: Mon, 03 Mar 2008 03:32:00 -0000 Message-ID: <20080303033207.14354.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35421] ICE on Valid Code In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dannysmith at users dot sourceforge dot net" 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: 2008-03/txt/msg00098.txt.bz2 ------- Comment #5 from dannysmith at users dot sourceforge dot net 2008-03-03 03:32 ------- (In reply to comment #4) > >> > >> A 65,000 line testcase? Seriously? > >> > > > > I'll try to make a smaller one. But it most likely won't be small. > > I think the bug is caused by a VERY large expression used with a > > constructor > > within a try-catch. > > > > > Most likely this is just a stack overflow so really not an interesting > testcase. > Your testcase works for me if I make gcc with LDFLAGS="-Wl,--stack=0x2000000" > Thanks, > Andrew Pinski > > > > -- dannysmith at users dot sourceforge dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dannysmith at users dot | |sourceforge dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35421