From: John David Anglin Date: Sat, 18 Feb 2017 14:24:35 +0000 (+0000) Subject: thread_local-order2.C: xfail on hppa*-*-hpux*. X-Git-Tag: upstream/12.2.0~41111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47e16d83e9ee0be3640c1afc3621feaf6bcd30e2;p=platform%2Fupstream%2Fgcc.git thread_local-order2.C: xfail on hppa*-*-hpux*. * g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*. From-SVN: r245562 --- 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 + + * g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*. + 2017-02-18 Jakub Jelinek 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 *, ...);