This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/60567] lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:233


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]