diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/tls/init-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/tls/init-1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tls/init-1.c b/gcc/testsuite/gcc.dg/tls/init-1.c index fa4208d..9725864 100644 --- a/gcc/testsuite/gcc.dg/tls/init-1.c +++ b/gcc/testsuite/gcc.dg/tls/init-1.c @@ -1,5 +1,4 @@ /* Invalid initializations. */ -/* { dg-require-effective-target tls } */ extern __thread int i; int *p = &i; /* { dg-error "initializer element is not constant" } */ |