* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / operators1.C
blobb1499bf1e959a10a55cfc44cc5a8f4016f12a620
1 // { dg-do assemble  }
2 // GROUPS passed operators
3 struct A {
4         int x;
5 };
7 int operator()(A x,float y) { // MUST be a member function// { dg-error "" } .*
8         return 1;
11 int main() {
12         A x;
13         x(1.0); // { dg-error "" } no match for call