This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/9163: [3.3/3.4 regression] ICE in genrtl_compound_stmt at c-semantics.c:776with c99 mode
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org,ehrhardt at mathematik dot uni-ulm dot de, nobody at gcc dot gnu dot org,gcc-prs at gcc dot gnu dot org, jason at redhat dot com
- Date: Mon, 24 Mar 2003 01:12:09 +0100
- Subject: Re: c/9163: [3.3/3.4 regression] ICE in genrtl_compound_stmt at c-semantics.c:776with c99 mode
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9163
I haven't checked to make sure, but this patch:
2002-01-22 Jason Merrill <jason at redhat dot com>
* c-semantics.c (genrtl_compound_stmt): Only check nesting
consistency if this COMPOUND_STMT is scoped.
is obvioulsy by far the most likely candidate for
this breakage.
Greetz
Steven