This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49541] [4.6/4.7 regression] TLS support partially broken in 64-bit mode
- 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: Thu, 14 Jul 2011 17:40:25 +0000
- Subject: [Bug target/49541] [4.6/4.7 regression] TLS support partially broken in 64-bit mode
- Auto-submitted: auto-generated
- References: <bug-49541-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49541
--- Comment #10 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-14 17:40:06 UTC ---
Created attachment 24757
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24757
proposed libgomp testsuite patch
Here's the libgomp testsuite part of the patch. It should apply to both
mainline
and 4.6 branch. I've lightly tested the approach by checking one of the
testcases
on sparc-sun-solaris2.8, but on Solaris 8 bare metal the libgomp testsuite
should
now be failure free.
Thanks.
Rainer