public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/42426]  New: ICE in get_resolution (lto)
@ 2009-12-18 11:48 d dot g dot gorbachev at gmail dot com
  2009-12-18 11:49 ` [Bug lto/42426] " d dot g dot gorbachev at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2009-12-18 11:48 UTC (permalink / raw)
  To: gcc-bugs

GCC (version 4.5.0 20091217) crashes when building binutils with message:
"lto1: internal compiler error: in get_resolution, at lto-streamer-in.c:1524".


-- 
           Summary: ICE in get_resolution (lto)
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: d dot g dot gorbachev at gmail dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug lto/42426] ICE in get_resolution (lto)
  2009-12-18 11:48 [Bug lto/42426] New: ICE in get_resolution (lto) d dot g dot gorbachev at gmail dot com
@ 2009-12-18 11:49 ` d dot g dot gorbachev at gmail dot com
  2009-12-18 11:50 ` d dot g dot gorbachev at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2009-12-18 11:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from d dot g dot gorbachev at gmail dot com  2009-12-18 11:49 -------
Created an attachment (id=19343)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19343&action=view)
Preprocessed sources

Compile with `gcc src/* -flto -fuse-linker-plugin'


-- 


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


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

* [Bug lto/42426] ICE in get_resolution (lto)
  2009-12-18 11:48 [Bug lto/42426] New: ICE in get_resolution (lto) d dot g dot gorbachev at gmail dot com
  2009-12-18 11:49 ` [Bug lto/42426] " d dot g dot gorbachev at gmail dot com
@ 2009-12-18 11:50 ` d dot g dot gorbachev at gmail dot com
  2009-12-21 21:42 ` d dot g dot gorbachev at gmail dot com
  2010-01-11 13:09 ` d dot g dot gorbachev at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2009-12-18 11:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from d dot g dot gorbachev at gmail dot com  2009-12-18 11:50 -------
Created an attachment (id=19344)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19344&action=view)
Backtrace


-- 


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


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

* [Bug lto/42426] ICE in get_resolution (lto)
  2009-12-18 11:48 [Bug lto/42426] New: ICE in get_resolution (lto) d dot g dot gorbachev at gmail dot com
  2009-12-18 11:49 ` [Bug lto/42426] " d dot g dot gorbachev at gmail dot com
  2009-12-18 11:50 ` d dot g dot gorbachev at gmail dot com
@ 2009-12-21 21:42 ` d dot g dot gorbachev at gmail dot com
  2010-01-11 13:09 ` d dot g dot gorbachev at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2009-12-21 21:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from d dot g dot gorbachev at gmail dot com  2009-12-21 21:42 -------
Created an attachment (id=19361)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19361&action=view)
Small testcase

Run `gcc -flto -fuse-linker-plugin 1.c 2.c' (or just `gcc -flto
-fuse-linker-plugin 1.c') to reproduce the bug.


-- 

d dot g dot gorbachev at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19343|0                           |1
        is obsolete|                            |


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


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

* [Bug lto/42426] ICE in get_resolution (lto)
  2009-12-18 11:48 [Bug lto/42426] New: ICE in get_resolution (lto) d dot g dot gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2009-12-21 21:42 ` d dot g dot gorbachev at gmail dot com
@ 2010-01-11 13:09 ` d dot g dot gorbachev at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2010-01-11 13:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from d dot g dot gorbachev at gmail dot com  2010-01-11 13:08 -------
Fixed in r155800.


-- 

d dot g dot gorbachev at gmail dot com changed:

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


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


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

end of thread, other threads:[~2010-01-11 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-18 11:48 [Bug lto/42426] New: ICE in get_resolution (lto) d dot g dot gorbachev at gmail dot com
2009-12-18 11:49 ` [Bug lto/42426] " d dot g dot gorbachev at gmail dot com
2009-12-18 11:50 ` d dot g dot gorbachev at gmail dot com
2009-12-21 21:42 ` d dot g dot gorbachev at gmail dot com
2010-01-11 13:09 ` d dot g dot gorbachev at gmail dot com

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