This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47333] [4.6 regression] g++.dg/lto/20091219 FAILs on Solaris 2
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 20 Jun 2011 14:48:11 +0000
- Subject: [Bug target/47333] [4.6 regression] g++.dg/lto/20091219 FAILs on Solaris 2
- Auto-submitted: auto-generated
- References: <bug-47333-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47333
--- Comment #16 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-06-20 14:42:12 UTC ---
As a further datapoint, I've configured mainline with gas 2.21, but with
HAVE_GAS_WEAKREF removed from auto-host.h. (Setting the autoconf
configure variable to no didn't work somehow.)
While the testcase works with HAVE_GAS_WEAKREF defined, it fails just as
with Sun as with HAVE_GAS_WEAKREF undefined. I think it's pretty clear
that this is not a target issue.
Rainer