]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite,x86 - require native TLS for two tests that use it.
authorIain Sandoe <iains@gcc.gnu.org>
Thu, 30 May 2019 08:43:19 +0000 (08:43 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Thu, 30 May 2019 08:43:19 +0000 (08:43 +0000)
gcc/testsuite/

2019-05-30  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.target/i386/pr86257.c: Require native TLS support.
* gcc.target/i386/stack-prot-sym.c: Likewise.

From-SVN: r271768

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr86257.c
gcc/testsuite/gcc.target/i386/stack-prot-sym.c

index f25e181bfbf978db0500882a5a5133ed2a9759e8..926794598572b68d02b66783b2e55728631bcf0d 100644 (file)
@@ -1,4 +1,9 @@
-2019-05-31  Paolo Carlini  <paolo.carlini@oracle.com>
+2019-05-30  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.target/i386/pr86257.c: Require native TLS support.
+       * gcc.target/i386/stack-prot-sym.c: Likewise.
+
+2019-05-30  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * g++.dg/cpp0x/alias-decl-18.C: Test location too.
        * g++.dg/cpp0x/udlit-nofunc-neg.C: Likewise.
index 07fbba92d65542360a1c6158502a1ec8d27035f1..bc758c24d0c14bb90c4f73dea50f53dd68eede7a 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-require-effective-target lp64 } */
 /* { dg-require-effective-target fpic } */
-/* { dg-require-effective-target tls } */
+/* { dg-require-effective-target tls_native } */
 /* { dg-options "-g -fPIC -mtls-dialect=gnu" } */
 
 __thread int i;
index 7f63424c55f3bd1b1095c2d070105811b246d176..dcd7cbd38be380857ab2d6ca6e4db71f60c04313 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target tls_native } */
 /* { dg-options "-O2 -fstack-protector-all -mstack-protector-guard=tls -mstack-protector-guard-reg=gs -mstack-protector-guard-symbol=my_guard" } */
 
 void f(void) { }