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

Jack Howarth <howarth at nitro dot med.uc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |howarth at nitro dot
                   |                            |med.uc.edu

--- Comment #4 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-01-15 
04:33:03 UTC ---
(In reply to comment #3)

> lto1: internal compiler error: in lto_varpool_replace_node, at 
> lto-symtab.c:306
> Please submit a full bug report
> 

On darwin with the collect2 lto, this test case emits the same expected error
with and without -flto...

gcc-4 -flto test1.o test2.o

Undefined symbols:
  "_main", referenced from:
      start in crt1.10.5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

Reply via email to