]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/tls/section-2.c
targhooks.h (default_emutls_var_fields, [...]): Declare.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tls / section-2.c
1 /* Verify that we get errors for trying to put TLS data in
2 sections which can't work. */
3 /* { dg-require-effective-target tls } */
4
5 #define A(X) __attribute__((section(X)))
6
7 __thread int i A("foo"); /* { dg-error "cannot be overridden" } */