[Bug c/35746] [4.3 regression] ICE with undefined variables

2008-08-12 Thread andreasmeier80 at gmx dot de
--- Comment #11 from andreasmeier80 at gmx dot de 2008-08-12 17:14 --- Should the testcase go also in mainline? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35746

[Bug c/35746] [4.3 regression] ICE with undefined variables

2008-08-12 Thread aldyh at gcc dot gnu dot org
--- Comment #10 from aldyh at gcc dot gnu dot org 2008-08-12 14:06 --- http://gcc.gnu.org/ml/gcc-patches/2008-08/msg00778.html -- aldyh at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/35746] [4.3 regression] ICE with undefined variables

2008-08-12 Thread aldyh at gcc dot gnu dot org
--- Comment #9 from aldyh at gcc dot gnu dot org 2008-08-12 14:05 --- Subject: Bug 35746 Author: aldyh Date: Tue Aug 12 14:04:18 2008 New Revision: 139018 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139018 Log: PR c/35746 * gimplify.c (gimplify_expr): Do not c

[Bug c/35746] [4.3 regression] ICE with undefined variables

2008-08-11 Thread reichelt at gcc dot gnu dot org
--- Comment #8 from reichelt at gcc dot gnu dot org 2008-08-12 06:48 --- As Andrew Pinski pointed out, we suppress ICEs after regular errors. You have to configure the compiler with --enable-checking to see the real ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35746

[Bug c/35746] [4.3 regression] ICE with undefined variables

2008-08-08 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-08-08 23:25 --- The ICE is there still, you just don't see it: > a.c:8: confused by earlier errors, bailing out That means there was an ICE after other errors had happened :). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=357

[Bug c/35746] [4.3 regression] ICE with undefined variables

2008-08-08 Thread aldyh at gcc dot gnu dot org
--- Comment #6 from aldyh at gcc dot gnu dot org 2008-08-08 23:23 --- (In reply to comment #5) > I can still reproduce this on the 4.3 branch as of 2008-08-07. > On mainline the bug disappeared between 2008-07-29 and 2008-08-02. > I see the error, but there is no longer an ICE. $ ./cc

[Bug c/35746] [4.3 regression] ICE with undefined variables

2008-08-08 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2008-08-08 21:40 --- I can still reproduce this on the 4.3 branch as of 2008-08-07. On mainline the bug disappeared between 2008-07-29 and 2008-08-02. -- reichelt at gcc dot gnu dot org changed: What|Removed