OSDN Git Service

* gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / tls / diag-5.c
1 /* __thread specifiers on empty declarations.  */
2 /* { dg-require-effective-target tls } */
3
4 __thread struct foo; /* { dg-warning "useless '__thread' in empty declaration" } */