diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tls/thr-init-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tls/thr-init-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tls/thr-init-1.c b/gcc/testsuite/gcc.dg/tls/thr-init-1.c index de273d9..eb2f846 100644 --- a/gcc/testsuite/gcc.dg/tls/thr-init-1.c +++ b/gcc/testsuite/gcc.dg/tls/thr-init-1.c @@ -1,5 +1,5 @@ -/* { dg-require-effective-target tls } */ /* { dg-do compile } */ +/* { dg-require-effective-target tls } */ static __thread int fstat ; static __thread int fstat = 1 ; |