Require tls_runtime in gcc.target/i386/pr54445-1.c
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 8 Oct 2012 15:05:15 +0000 (15:05 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 8 Oct 2012 15:05:15 +0000 (15:05 +0000)
* gcc.target/i386/pr54445-1.c: Require tls_runtime, add tls options.

From-SVN: r192212

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr54445-1.c

index 00e4696bdbfb50ca2c8bf4eba0d385f4692b3fa9..9b0c0ba85656742f13af58d1ed43f7708fe299bf 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.target/i386/pr54445-1.c: Require tls_runtime, add tls options.
+
 2012-10-08  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/gomp/tls-5.C: New.
index 72ef84e53613452950e72f42d94e1c639ef796e7..ebac532eb75b0aba6f5185b801e3c52bbd3ef0e5 100644 (file)
@@ -1,5 +1,6 @@
-/* { dg-do run } */
+/* { dg-do run { target tls_runtime } } */
 /* { dg-options "-O2" } */
+/* { dg-add-options tls } */
 
 __thread unsigned char tls_array[64];