http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55493
Kai Tietz <ktietz at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ktietz at gcc dot gnu.org --- Comment #4 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-01-15 17:38:31 UTC --- (In reply to comment #3) > (In reply to comment #2) > > Are you sure that you do not somehow pull in LTO objects from older > > releases? > > Yes, happens even with -nostdlib, even on builds where I'm absolutely sure > there's no way an old LTO object could sneak in. I can't reproduce that. btw how are you doing linker-tests without specifying object-code and libraries? Nevertheless I assume that runtime is build with older-version of gcc. It is a bit sad that LTO doesn't tell that version is outdated. I've tested it with gcc version from 15th of January 2012 and it works flawless. But I have rebuild my runtime with new version. That is recommented to do. I would suggest to close that bug as WORKSFORME