thread_local-order2.C: xfail on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 18 Feb 2017 14:24:35 +0000 (14:24 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 18 Feb 2017 14:24:35 +0000 (14:24 +0000)
* g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*.

From-SVN: r245562

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tls/thread_local-order2.C

index 6f74158..d67721a 100644 (file)
@@ -1,3 +1,7 @@
+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
index 117a1d6..3cbd257 100644 (file)
@@ -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 *, ...);