OSDN Git Service

2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / tls / init-1.c
1 /* Invalid initializations.  */
2 /* { dg-require-effective-target tls } */
3
4 extern __thread int i;
5 int *p = &i;    /* { dg-error "initializer element is not constant" } */