public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/53418] New: ICE at gimplify.c:7773
@ 2012-05-19 19:23 merkil at savhon dot org
  2012-05-20 20:00 ` [Bug middle-end/53418] [4.5/4.6/4.7/4.8 Regression] " pinskia at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: merkil at savhon dot org @ 2012-05-19 19:23 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53418

             Bug #: 53418
           Summary: ICE at gimplify.c:7773
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: merkil@savhon.org


GCC (4.5.3 / 4.6.3 / 4.8.0 as of 20120519) fails to compile this very simple
line.

$ cat file.c
void func(void)
{
    int i = (0 ? 1 : 0xCD03BE72 / 0);
}

$ ~/gcc/dist/bin/gcc -v
Using built-in specs.
COLLECT_GCC=/home/merkil/gcc/dist/bin/gcc
COLLECT_LTO_WRAPPER=/home/merkil/gcc/dist/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../srcdir/configure --prefix=/home/merkil/gcc/dist CFLAGS='-O2
-pipe' CXXFLAGS='-O2 -pipe' --enable-languages=c,c++,lto
Thread model: posix
gcc version 4.8.0 20120519 (experimental) (GCC) 

$ ~/gcc/dist/bin/gcc file.c
file.c: In function ‘func’:
file.c:3:33: internal compiler error: in gimplify_expr, at gimplify.c:7773
     int i = (0 ? 1 : 0xCD03BE72 / 0);
                                 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


Hope that helps !


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

end of thread, other threads:[~2012-07-27  8:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-19 19:23 [Bug middle-end/53418] New: ICE at gimplify.c:7773 merkil at savhon dot org
2012-05-20 20:00 ` [Bug middle-end/53418] [4.5/4.6/4.7/4.8 Regression] " pinskia at gcc dot gnu.org
2012-05-21 10:18 ` [Bug c/53418] " rguenth at gcc dot gnu.org
2012-05-21 15:11 ` jsm28 at gcc dot gnu.org
2012-05-21 15:31 ` burnus at gcc dot gnu.org
2012-05-21 17:51 ` jsm28 at gcc dot gnu.org
2012-05-21 20:57 ` jsm28 at gcc dot gnu.org
2012-05-21 20:59 ` [Bug c/53418] [4.5 " jsm28 at gcc dot gnu.org
2012-06-20 13:22 ` rguenth at gcc dot gnu.org
2012-06-20 14:39 ` rguenth at gcc dot gnu.org
2012-06-20 14:41 ` rguenth at gcc dot gnu.org
2012-07-26 10:23 ` merkil at savhon dot org
2012-07-26 11:10 ` mikpe at it dot uu.se
2012-07-26 14:09 ` joseph at codesourcery dot com
2012-07-27  8:52 ` merkil at savhon dot 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).