[Bug lto/60567] lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:233
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 19 19:20:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60567
--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Another data point. Running on the "-flto"-compiled object file
$ build/gcc/lto1 -fwpa test.o
fails with the ICE. However, using
$ build/gcc/lto1 -flto test.o
is successful both on the CentOS6 system and on gcc20. On the openSUSE system,
either works flawlessly.
More information about the Gcc-bugs
mailing list