This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/54103] New: ICE at gimplify.c:7790 on current trunk
- From: "merkil at savhon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 27 Jul 2012 08:50:31 +0000
- Subject: [Bug c/54103] New: ICE at gimplify.c:7790 on current trunk
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54103
Bug #: 54103
Summary: ICE at gimplify.c:7790 on current trunk
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: merkil@savhon.org
Hello !
Joseph on PR53418 suggested me to file this as a different bug, so here it is.
GCC as of 4.8-20120722, 4.7-20120721, 4.6-20120720, and 4.5-20120628 (thanks to
Mikael Pettersson for testing all those versions) appears to trigger an ICE
while compiling the following testcase :
$ 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.