This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50715] [4.7 regression] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld
- 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, 14 Oct 2011 15:58:01 +0000
- Subject: [Bug bootstrap/50715] [4.7 regression] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld
- Auto-submitted: auto-generated
- References: <bug-50715-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|i386-pc-solaris2.10 |*-*-solaris2*
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011-10-14
Host|i386-pc-solaris2.10 |*-*-solaris2*
Ever Confirmed|0 |1
--- Comment #8 from Rainer Orth <ro at gcc dot gnu.org> 2011-10-14 15:58:01 UTC ---
Confirmed. The obvious patch of removing the second __cxa_get_exception_ptr in
the CXXABI_1.3.6 version works.
Before that change, I've verified that the symbol is in the CXXABI_1.3.1
version
on x86_64-unknown-linux-gnu.