In gcc/testsuite/: 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git] / gcc / testsuite / obj-c++.dg / tls / diag-5.mm
blob413d107f24d3ab56c2598b54968e12d30e4c3873
1 /* __thread specifiers on empty declarations.  */
2 /* { dg-require-effective-target tls } */
4 __thread struct foo; /* { dg-error "qualifiers can only be specified for objects and functions" } */