]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/tls/diag-5.c
Makefile.in (libgcc-support, [...]): Add emutls.c.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tls / diag-5.c
1 /* __thread specifiers on empty declarations. */
2
3 __thread struct foo; /* { dg-warning "warning: useless '__thread' in empty declaration" } */