http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60567
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code Summary|lto1 ICE in |lto1 ICE in |add_symbol_to_partition, at |add_symbol_to_partition, at |lto/lto-partition.c:233 |lto/lto-partition.c:233 - | |when no -fresolution= is | |available --- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> --- I finally found the crucial difference in the lto1 call: On openSUSE, I have a -fresolution=foo0.res in the call. If I remove it, lto1 ICEs. On the other hand, if I copy that file to gcc20, it compiles without ICEing.