aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/tls/thread_local-ice.C
blob: 274e800c81288b9d77c3e4b4376f5907aac1e625 (plain)
1
2
3
4
5
6
// PR c++/55801
// { dg-do compile { target c++11 } }
// { dg-require-effective-target tls }

class C;
thread_local C O, O2 = O;   // { dg-error "incomplete" }