This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49463] [4.7 Regression] LTO doesn't work symbol renamed via asm statement
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 25 Jun 2011 15:02:35 +0000
- Subject: [Bug middle-end/49463] [4.7 Regression] LTO doesn't work symbol renamed via asm statement
- Auto-submitted: auto-generated
- References: <bug-49463-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49463
--- Comment #7 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-06-25 15:02:07 UTC ---
Hi,
this is not really expected. TLS was apparently binutils bug, while the
stringop-asm is linker plugin only problem (I sent 3 different fixes for that,
each of them wrong since we can't really immitate here the non-LTO behaviour
without tracking for every statement the originating LTO object file).
What problem you get on hppa? Are you using plugin there?