Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / g++.dg / tls / thread_local8.C
blob23f2a1b5eb4dc97e88abd7c4cf5c9606382d5b24
1 // PR c++/55800
2 // { dg-do compile { target c++11 } }
3 // { dg-require-alias "" }
4 // { dg-require-effective-target tls }
5 // { dg-final { scan-assembler "_ZTH12foo_instance" { target tls_native } } }
7 struct foo
9   foo();
12 thread_local foo foo_instance;