http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49703
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed|2011-07-11 12:08:34 |2011.07.11 12:31:19 CC| |davek at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-11 12:31:19 UTC --- I can reproduce it at least on {x86_64,ppc}-linux with the linker plugin from > ld --version GNU ld (GNU Binutils; openSUSE Factory) 2.21.1 and the GCC 4.6.1 release. It works without -fuse-linker-plugin, so I suspect a GNU ld bug. It works with gold. Dave?