public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/55669] New: [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409
@ 2012-12-13  8:06 markus at trippelsdorf dot de
  2012-12-13  8:11 ` [Bug lto/55669] " markus at trippelsdorf dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: markus at trippelsdorf dot de @ 2012-12-13  8:06 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55669
           Summary: [4.8 Regression] ICE : in
                    cgraph_mark_address_taken_node, at cgraph.c:1409
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: markus@trippelsdorf.de


The following ICE happens during the last stage of a lto/pgo build of Firefox:

 internal compiler error: in cgraph_mark_address_taken_node, at cgraph.c:1409

I've managed to reduce the testcase from ~3000 input files to 34,
but unfortunately not further.


markus@x4 testcase % c++ -flto -fprofile-use -O2 @list
In file included from :3110:0:
/var/tmp/mozilla-central/content/base/src/nsDocument.cpp: In member function
‘CreateRange’:
/var/tmp/mozilla-central/content/base/src/nsDocument.cpp:4999:1: internal
compiler error: in cgraph_mark_address_taken_node, at cgraph.c:1409
 nsDocument::CreateRange(nsIDOMRange** aReturn)
 ^
0x7f42dd0a08b4 __libc_start_main
        /var/tmp/glibc/csu/libc-start.c:258
0x4ad748 ???
        ../sysdeps/x86_64/start.S:123
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.0/c++ returned 1 exit status
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/../../../../x86_64-pc-linux-gnu/bin/ld:
fatal error: lto-wrapper failed
collect2: error: ld returned 1 exit status


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

* [Bug lto/55669] [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409
  2012-12-13  8:06 [Bug lto/55669] New: [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409 markus at trippelsdorf dot de
@ 2012-12-13  8:11 ` markus at trippelsdorf dot de
  2012-12-13 10:41 ` rguenth at gcc dot gnu.org
  2012-12-13 19:11 ` markus at trippelsdorf dot de
  2 siblings, 0 replies; 4+ messages in thread
From: markus at trippelsdorf dot de @ 2012-12-13  8:11 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-12-13 08:10:38 UTC ---
The testcase is too big (16MB). You can find it here:
http://trippelsdorf.de/testcase.tar.bz2


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

* [Bug lto/55669] [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409
  2012-12-13  8:06 [Bug lto/55669] New: [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409 markus at trippelsdorf dot de
  2012-12-13  8:11 ` [Bug lto/55669] " markus at trippelsdorf dot de
@ 2012-12-13 10:41 ` rguenth at gcc dot gnu.org
  2012-12-13 19:11 ` markus at trippelsdorf dot de
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-12-13 10:41 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug lto/55669] [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409
  2012-12-13  8:06 [Bug lto/55669] New: [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409 markus at trippelsdorf dot de
  2012-12-13  8:11 ` [Bug lto/55669] " markus at trippelsdorf dot de
  2012-12-13 10:41 ` rguenth at gcc dot gnu.org
@ 2012-12-13 19:11 ` markus at trippelsdorf dot de
  2 siblings, 0 replies; 4+ messages in thread
From: markus at trippelsdorf dot de @ 2012-12-13 19:11 UTC (permalink / raw)
  To: gcc-bugs


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

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #2 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-12-13 19:10:40 UTC ---
Dup. Fixed by the patch in PR55674.

*** This bug has been marked as a duplicate of bug 55674 ***


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

end of thread, other threads:[~2012-12-13 19:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-13  8:06 [Bug lto/55669] New: [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409 markus at trippelsdorf dot de
2012-12-13  8:11 ` [Bug lto/55669] " markus at trippelsdorf dot de
2012-12-13 10:41 ` rguenth at gcc dot gnu.org
2012-12-13 19:11 ` markus at trippelsdorf dot de

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).