[Bug go/61232] [4.10 Regression] link errors building libgo

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 19 17:53:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61232

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-05-19
                 CC|                            |hubicka at gcc dot gnu.org
           Assignee|ian at airs dot com                |hubicka at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
I am going to reproduce it, but I am bit confused here.  I intend to make
static symbols inside a comdat group.  That is I have a comdat group with
external comdat symbol (i.e. the variable the comdat was created for) and I
find a variable that is referenced only from its constructor.  I intend to
introduce static symbol inside that section and I do not want to export it out.
We do that for thunks, so I assumed it works for variables, too.  I will check
what exactly goes wrong here.

Honza



More information about the Gcc-bugs mailing list