Commit 47e16d83 by John David Anglin

thread_local-order2.C: xfail on hppa*-*-hpux*.

	* g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*.

From-SVN: r245562
parent c28fcc60
2017-02-18 John David Anglin <danglin@gcc.gnu.org>
* g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*.
2017-02-18 Jakub Jelinek <jakub@redhat.com>
PR target/79569
......
......@@ -6,7 +6,7 @@
// { dg-require-effective-target c++11 }
// { dg-add-options tls }
// { dg-require-effective-target tls_runtime }
// { dg-xfail-run-if "" { *-*-solaris* } }
// { dg-xfail-run-if "" { hppa*-*-hpux* *-*-solaris* } }
extern "C" void abort();
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