------- Comment #12 from ttsiodras at gmail dot com  2010-05-24 13:41 -------

I am at work, so I did a fresh compilation of GCC4.5 from the 20050520 
snapshot under my Debian stable using: 

../configure --prefix=/opt/gcc45 --enable-languages=c,c++ --enable-lto

The bug still happens, even if I trim the link line to include ONLY ONE
object file:

bash$ /opt/gcc-4.5-20100520/bin/g++ -r -nostdlib -O3 -g -Wall -Wextra
-fomit-frame-pointer -ffast-math -funsafe-math-optimizations -mtune=native
-flto -msse -mrecip -mfpmath=sse -msse2 -DNDEBUG   -o renderer
renderer-renderer.o
lto1: internal compiler error: in gimple_register_type, at gimple.c:3820
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: /opt/gcc-4.5-20100520/bin/g++ returned 1 exit status
collect2: lto-wrapper returned 1 exit status


-- 


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

Reply via email to