http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55902
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2013-01-08 Ever Confirmed|0 |1 --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-08 09:48:55 UTC --- I stronly suggest you try GCC 4.7.2 (that is, the latest available release) when you run into LTO issues as well as recent binutils releases (what's your binutils version? do you use gold?). Does it only reproduce with -flto-partition=none? Can you try to reduce the set of input source files by using partial linking (-r -nostdlib)? Usually this reduces the set of input sources to two. The google doc is not accessible for me.