http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46769
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-12-03 16:24:25 UTC --- Can you use partial linking and reduce the set of object files (best when reproducing with -flto-partition=none) and then attach preprocessed sources of them? LTO object code testcases are not very useful. Thanks, Richard.