[Bug lto/57613] [LTO] error "multiple definition symbol" for local symbol

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 17 10:12:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57613

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-06-17
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I don't think it works that way, hidden visibility makes it non-exported from
the dynamic object but it's still visible inside the object.  You probably
want to mark it local instead?



More information about the Gcc-bugs mailing list