OSDN Git Service

Add TLS checks to ObjC
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / tls / init-1.m
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" } */