public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/54103] New: ICE at gimplify.c:7790 on current trunk
@ 2012-07-27  8:50 merkil at savhon dot org
  2012-09-14 16:59 ` [Bug c/54103] " jsm28 at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: merkil at savhon dot org @ 2012-07-27  8:50 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-09-20 20:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-27  8:50 [Bug c/54103] New: ICE at gimplify.c:7790 on current trunk merkil at savhon dot org
2012-09-14 16:59 ` [Bug c/54103] " jsm28 at gcc dot gnu.org
2012-09-14 17:02 ` [Bug c/54103] [4.6/4.7 Regression] " jsm28 at gcc dot gnu.org
2012-09-15  0:28 ` jsm28 at gcc dot gnu.org
2012-09-15  0:31 ` [Bug c/54103] [4.7 " jsm28 at gcc dot gnu.org
2012-09-20 10:28 ` jakub at gcc dot gnu.org
2012-09-20 20:49 ` jsm28 at gcc dot gnu.org
2012-09-20 20:54 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).