Require tls_runtime in gcc.dg/tls/pr58595.c
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Mar 2014 12:05:25 +0000 (12:05 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Mar 2014 12:05:25 +0000 (12:05 +0000)
* gcc.dg/tls/pr58595.c: Require tls_runtime instead of tls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208680 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tls/pr58595.c

index 67cf9dd..36e53f8 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.dg/tls/pr58595.c: Require tls_runtime instead of tls.
+
 2014-03-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/60559
index c65a88b..e7827d7 100644 (file)
@@ -3,7 +3,7 @@
 /* { dg-options "-O2" } */
 /* { dg-additional-options "-fpic" { target fpic } } */
 /* { dg-add-options tls } */
-/* { dg-require-effective-target tls } */
+/* { dg-require-effective-target tls_runtime } */
 /* { dg-require-effective-target sync_int_long } */
 
 struct S { unsigned long a, b; };