This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52104] go1 fails to run on Solaris 10/11 x86 with with gld
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 09 Mar 2012 16:15:07 +0000
- Subject: [Bug libstdc++/52104] go1 fails to run on Solaris 10/11 x86 with with gld
- Auto-submitted: auto-generated
- References: <bug-52104-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52104
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|i386-pc-solaris2.[89] |i386-pc-solaris2.1[01]
Host|i386-pc-solaris2.[89] |i386-pc-solaris2.1[01]
Summary|go1 fails to link on |go1 fails to run on Solaris
|Solaris 8/9 x86 with native |10/11 x86 with with gld
|TLS |
Known to fail| |4.7.0, 4.8.0
Build|i386-pc-solaris2.[89] |i386-pc-solaris2.1[01]
--- Comment #15 from Rainer Orth <ro at gcc dot gnu.org> 2012-03-09 16:15:07 UTC ---
The Solaris 8/9 x86 link error is gone, but the go1 failure to run when linked
with gld remains on Solaris 10/11 x86, so adapting summary.
Rainer