diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2017-02-18 14:24:35 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2017-02-18 14:24:35 +0000 |
commit | 47e16d83e9ee0be3640c1afc3621feaf6bcd30e2 (patch) | |
tree | 4371a641ebb6dd7d75c0e031aa586a0e9180ef62 | |
parent | c28fcc601cfb584dbcf800a53f5d68d6766e50b3 (diff) | |
download | gcc-47e16d83e9ee0be3640c1afc3621feaf6bcd30e2.zip gcc-47e16d83e9ee0be3640c1afc3621feaf6bcd30e2.tar.gz gcc-47e16d83e9ee0be3640c1afc3621feaf6bcd30e2.tar.bz2 |
thread_local-order2.C: xfail on hppa*-*-hpux*.
* g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*.
From-SVN: r245562
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/tls/thread_local-order2.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6f74158..d67721a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/g++.dg/tls/thread_local-order2.C b/gcc/testsuite/g++.dg/tls/thread_local-order2.C index 117a1d6..3cbd257 100644 --- a/gcc/testsuite/g++.dg/tls/thread_local-order2.C +++ b/gcc/testsuite/g++.dg/tls/thread_local-order2.C @@ -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 *, ...); |