]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/tls/diag-3.c
gcc/ChangeLog:
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tls / diag-3.c
index 45d89b43722b74566620b43767408c45282fb043..f1ce06b70d8f8e6c406a0e19b0fc4a928b89c11c 100644 (file)
@@ -1,5 +1,4 @@
 /* Report invalid extern and __thread combinations.  */
-/* { dg-require-effective-target tls } */
 
 extern int j;          /* { dg-error "previous declaration" } */
 __thread int j;                /* { dg-error "follows non-thread-local" } */