This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/53418] [4.5 Regression] ICE at gimplify.c:7773
- From: "merkil at savhon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 26 Jul 2012 10:23:43 +0000
- Subject: [Bug c/53418] [4.5 Regression] ICE at gimplify.c:7773
- Auto-submitted: auto-generated
- References: <bug-53418-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53418
--- Comment #10 from Antoine Balestrat <merkil at savhon dot org> 2012-07-26 10:23:43 UTC ---
This simple testcase appears to trigger the same ICE :
$ cat ice.c
void f(void)
{
0 || 0 / 0 ? : 0;
}
$ gcc -w ice.c
ice.c: In function âfâ:
ice.c:3:12: internal compiler error: in gimplify_expr, at gimplify.c:7790
0 || 0 / 0 ? : 0;
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
I'm using GCC 4.8.0 20120725.