This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/54908] misc regressions on emutls targets remain from dynamic initialization of non-function-local TLS variables
- From: "howarth at nitro dot med.uc.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 12 Oct 2012 15:48:47 +0000
- Subject: [Bug target/54908] misc regressions on emutls targets remain from dynamic initialization of non-function-local TLS variables
- Auto-submitted: auto-generated
- References: <bug-54908-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54908
--- Comment #3 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-10-12 15:48:47 UTC ---
The patch in comment 2 suppresses the failures on x86_64-apple-darwin12. Note
that I had to move dg-run to the top of
gcc/testsuite/g++.dg/tls/thread_local-cse.C for the addition of "// {
dg-require-effective-target tls_native }" to be honored. It is unfortunate that
the dynamic initialization of non-function-local TLS variables loses us so many
test cases on emutls.