This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/54095] Unnecessary static variable renaming
- From: "andi-gcc at firstfloor dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 25 Jul 2012 17:44:05 +0000
- Subject: [Bug lto/54095] Unnecessary static variable renaming
- Auto-submitted: auto-generated
- References: <bug-54095-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54095
Andi Kleen <andi-gcc at firstfloor dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andi-gcc at firstfloor dot
| |org
--- Comment #1 from Andi Kleen <andi-gcc at firstfloor dot org> 2012-07-25 17:44:05 UTC ---
I usually use the workaround of making the symbol non static and visible
But there's still some other problem with modversions/crc that breaks even with
that.