* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / other / fold1.C
blob23d34546e0b108e2d70a7086b2813717459b62e3
1 // PR middle-end/27384
2 // { dg-do compile }
4 struct A
6     static const int i = i;  // { dg-error "not declared" }
7     int x[i];                // { dg-error "constant-expression" }
8 };