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