* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / other / error17.C
blob18769ef6bc4dc40ea3c0414a3e2188d476a6ba83
1 // PR c++/32870
3 struct Foo {
4   struct Bar;
5 };
7 namespace N {
8   struct Foo::Bar { }; // { dg-error "in namespace 'N'" }
11 struct Baz {
12   struct Foo::Bar { }; // { dg-error "in 'struct Baz'" }