public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/54898] New: [4.8 regression] ICE in uniquify_nodes, at lto/lto.c:1898
@ 2012-10-11 10:10 dimhen at gmail dot com
  2012-10-11 10:11 ` [Bug lto/54898] " dimhen at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dimhen at gmail dot com @ 2012-10-11 10:10 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54898
           Summary: [4.8 regression] ICE in uniquify_nodes, at
                    lto/lto.c:1898
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dimhen@gmail.com


Created attachment 28421
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28421
1.c

gcc version 4.8.0 20121011 (experimental) [trunk revision 192347] (GCC)

$ gcc -fpreprocessed -c -flto 1.c -o 1.o
$ g++ -fpreprocessed -c -flto 2.cpp -o 2.o
$ g++ -O1 -flto -o f 1.o 2.o
lto1: internal compiler error: in uniquify_nodes, at lto/lto.c:1898
0x4d031e uniquify_nodes
    /home/dimhen/src/gcc-current/gcc/lto/lto.c:1898
0x4d28e9 lto_read_decls
    /home/dimhen/src/gcc-current/gcc/lto/lto.c:2081
0x4d28e9 lto_file_finalize
    /home/dimhen/src/gcc-current/gcc/lto/lto.c:2334
0x4d28e9 lto_create_files_from_ids
    /home/dimhen/src/gcc-current/gcc/lto/lto.c:2344
0x4d28e9 lto_file_read
    /home/dimhen/src/gcc-current/gcc/lto/lto.c:2384
0x4d28e9 read_cgraph_and_symbols
    /home/dimhen/src/gcc-current/gcc/lto/lto.c:2953
0x4d28e9 lto_main()
    /home/dimhen/src/gcc-current/gcc/lto/lto.c:3360
Please submit a full bug report,

err arose with 1.c about 500Kb long and 2.cpp about 1.5Mb long
i can attach original files

after creduce'ing they become 9Kb and 12Kb but compiles with numerous warnings


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

end of thread, other threads:[~2012-10-12 12:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-11 10:10 [Bug lto/54898] New: [4.8 regression] ICE in uniquify_nodes, at lto/lto.c:1898 dimhen at gmail dot com
2012-10-11 10:11 ` [Bug lto/54898] " dimhen at gmail dot com
2012-10-11 14:00 ` rguenth at gcc dot gnu.org
2012-10-11 15:00 ` rguenth at gcc dot gnu.org
2012-10-11 15:16 ` rguenth at gcc dot gnu.org
2012-10-11 16:46 ` markus at trippelsdorf dot de
2012-10-12 10:16 ` rguenth at gcc dot gnu.org
2012-10-12 12:14 ` rguenth at gcc dot gnu.org
2012-10-12 12:29 ` rguenth 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).