* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / warnings1.C
blob155910021b71aa2ecbcbb484dbe3291ad30afdb0
1 // { dg-do assemble  }
2 // { dg-options "-Wctor-dtor-privacy" }
3 // GROUPS passed warnings
4 // there should be a warning about foo only defining private methods
5 class foo { // { dg-warning "private" }
6   int bar();
7 };