This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at ucw dot cz

--- Comment #2 from Ian Lance Taylor <ian at airs dot com> ---
Something is setting the comdat group of a static (TREE_PUBLIC == DECL_EXTERNAL
== 0) variable.  That fails when the static variable does not have a unique
name, as in this case.

It's not revision 210608, that only affects the SH backend.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]