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

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

From-SVN: r245562
This commit is contained in:
John David Anglin 2017-02-18 14:24:35 +00:00
parent c28fcc601c
commit 47e16d83e9
2 changed files with 5 additions and 1 deletions

View 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

View 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 *, ...);