pr77285-2.C: Require tls_native support.
authorJohn David Anglin <dave.anglin@bell.net>
Sat, 9 Mar 2019 20:18:41 +0000 (20:18 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Mar 2019 20:18:41 +0000 (20:18 +0000)
* g++.dg/tls/pr77285-2.C: Require tls_native support.

From-SVN: r269537

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tls/pr77285-2.C

index 1f3c3aa80712dd7d6a7da161e7c200c06c74e321..07f95a2197f67fdd0b7556c71b430a5b2db116ce 100644 (file)
@@ -1,4 +1,6 @@
-2019-03-09  John David Anglin  <dave.anglin@bell.net>
+2018-03-09  John David Anglin  <dave.anglin@bell.net>
+
+       * g++.dg/tls/pr77285-2.C: Require tls_native support.
 
        * g++.dg/ext/visibility/lambda1.C: Require visibility.
 
index bac273a4d6837dee589cb7a130d18168f1e502c8..a47b7a31211b30fb5f1bf57717ec2efe99bf97b8 100644 (file)
@@ -1,6 +1,6 @@
 // PR c++/77285
 // { dg-do compile { target c++11 } }
-// { dg-require-effective-target tls }
+// { dg-require-effective-target tls_native }
 // { dg-final { scan-assembler "_Z4var1B3tag" } }
 // { dg-final { scan-assembler "_Z4var2B3tag" } }
 // { dg-final { scan-assembler "_ZTH4var1B3tag" } }