Commit 5c0a28d4 by Jiong Wang Committed by Jiong Wang

[g++, testsuite] XFAIL thread_local-order2.C on newlib

testsuite/
	* g++.dg/tls/thread_local-order2.C: XFAIL on newlib.

As commented by Mike, it's better that newlib support this feature, tracked by

  https://sourceware.org/bugzilla/show_bug.cgi?id=21325

From-SVN: r246563
parent e205f024
2017-03-28 Jiong Wang <jiong.wang@arm.com>
* g++.dg/tls/thread_local-order2.C: XFAIL on newlib.
2017-03-28 Segher Boessenkool <segher@kernel.crashing.org> 2017-03-28 Segher Boessenkool <segher@kernel.crashing.org>
PR testsuite/43496 PR testsuite/43496
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// { dg-require-effective-target c++11 } // { dg-require-effective-target c++11 }
// { dg-add-options tls } // { dg-add-options tls }
// { dg-require-effective-target tls_runtime } // { dg-require-effective-target tls_runtime }
// { dg-xfail-run-if "" { hppa*-*-hpux* *-*-solaris* } } // { dg-xfail-run-if "" { { hppa*-*-hpux* *-*-solaris* } || { newlib } } }
extern "C" void abort(); extern "C" void abort();
extern "C" int printf (const char *, ...); extern "C" int printf (const char *, ...);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment