Only xfail g++.dg/tls/thread_local-order2.C on Solaris
2017-02-07 Dominik Vogt <vogt@linux.vnet.ibm.com> Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * g++.dg/tls/thread_local-order2.C: Only xfail execution on *-*-solaris*. Co-Authored-By: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> From-SVN: r245249
This commit is contained in:
parent
1f138b7529
commit
e5f234b2c4
@ -1,3 +1,9 @@
|
|||||||
|
2017-02-07 Dominik Vogt <vogt@linux.vnet.ibm.com>
|
||||||
|
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* g++.dg/tls/thread_local-order2.C: Only xfail execution on
|
||||||
|
*-*-solaris*.
|
||||||
|
|
||||||
2017-02-07 Jakub Jelinek <jakub@redhat.com>
|
2017-02-07 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR target/79299
|
PR target/79299
|
||||||
|
@ -2,10 +2,11 @@
|
|||||||
// that isn't reverse order of construction. We need to move
|
// that isn't reverse order of construction. We need to move
|
||||||
// __cxa_thread_atexit into glibc to get this right.
|
// __cxa_thread_atexit into glibc to get this right.
|
||||||
|
|
||||||
// { dg-do run { xfail *-*-* } }
|
// { dg-do run }
|
||||||
// { dg-require-effective-target c++11 }
|
// { dg-require-effective-target c++11 }
|
||||||
// { dg-add-options tls }
|
// { dg-add-options tls }
|
||||||
// { dg-require-effective-target tls_runtime }
|
// { dg-require-effective-target tls_runtime }
|
||||||
|
// { dg-xfail-run-if "" { *-*-solaris* } }
|
||||||
|
|
||||||
extern "C" void abort();
|
extern "C" void abort();
|
||||||
extern "C" int printf (const char *, ...);
|
extern "C" int printf (const char *, ...);
|
||||||
|
Loading…
Reference in New Issue
Block a user