From 47e16d83e9ee0be3640c1afc3621feaf6bcd30e2 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 18 Feb 2017 14:24:35 +0000 Subject: [PATCH] thread_local-order2.C: xfail on hppa*-*-hpux*. * g++.dg/tls/thread_local-order2.C: xfail on hppa*-*-hpux*. From-SVN: r245562 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/tls/thread_local-order2.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 *, ...); -- 2.7.4