http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60567
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Known to work| |4.8.3 Keywords| |lto Last reconfirmed|2014-03-19 00:00:00 |2014-03-21 CC| |hubicka at gcc dot gnu.org Ever confirmed|0 |1 Summary|lto1 ICE in |[4.9 Regression] lto1 ICE |add_symbol_to_partition, at |in add_symbol_to_partition, |lto/lto-partition.c:233 - |at lto/lto-partition.c:233 |when no -fresolution= is |with -fno-use-linker-plugin |available | Target Milestone|--- |4.9.0 --- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> --- .res data is produced by the linker-plugin thus this bug boils down to an ICE that can be reproduced with -fno-use-linker-plugin. The non-linker-plugin path doesn't get much attention these days. 4.8 works for me. Confirmed.