]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/tls/init-1.c
Makefile.in (libgcc-support, [...]): Add emutls.c.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tls / init-1.c
CommitLineData
ec221d71
RH
1/* Invalid initializations. */
2
3extern __thread int i;
4int *p = &i; /* { dg-error "initializer element is not constant" } */