* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / tls / thread_local-ice.C
blob274e800c81288b9d77c3e4b4376f5907aac1e625
1 // PR c++/55801
2 // { dg-do compile { target c++11 } }
3 // { dg-require-effective-target tls }
5 class C;
6 thread_local C O, O2 = O;   // { dg-error "incomplete" }