From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16861 invoked by alias); 11 Oct 2012 10:10:15 -0000 Received: (qmail 16686 invoked by uid 48); 11 Oct 2012 10:09:55 -0000 From: "dimhen at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/54898] New: [4.8 regression] ICE in uniquify_nodes, at lto/lto.c:1898 Date: Thu, 11 Oct 2012 10:10:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dimhen at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-10/txt/msg01050.txt.bz2 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