This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/52489] LTO drops init_array/fini_array sections
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Mar 2012 11:43:47 +0000
- Subject: [Bug lto/52489] LTO drops init_array/fini_array sections
- Auto-submitted: auto-generated
- References: <bug-52489-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52489
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org
Depends on| |51255
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-05 11:43:47 UTC ---
Does the error persist if you enable -fuse-linker-plugin? Btw, it works for me
even without. I suspect it's a binutils bug instead?
Honza?