OSDN Git Service

gcc/testsuite:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / tls / diag-5.m
1 /* __thread specifiers on empty declarations.  */
2 /* { dg-require-effective-target tls } */
3
4 __thread struct foo; /* { dg-warning "useless '__thread' in empty declaration" } */