OSDN Git Service

Revert emutls patch.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / tls / opt-9.c
index 3829c66..cc62ef5 100644 (file)
@@ -1,6 +1,7 @@
 /* PR 21412 */
 /* { dg-do compile */
 /* { dg-options "-O2 -fPIC" } */
+/* { dg-require-effective-target tls } */
 
 struct S { int x[10]; };
 extern __thread struct S s;