http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46319
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|LTO plugin test failures |LTO plugin test failures |with --with-plugin-ld=ld |with | |--with-build-config=bootstr | |ap-lto --with-plugin-ld=ld --- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2010-11-05 17:27:27 UTC --- Removing --with-build-config=bootstrap-lto seems to fix those failures. --with-build-config=bootstrap-lto -with-plugin-ld=ld.gold works fine. It looks like plugin support in BFD linker doesn't work with GCC plugin.