* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash60.C
blobe515396771ec8071ea7848ed93ef39bc0b525eb2
1 // PR c++/53491
3 struct M
5   void pop();
6 };
8 void foo()
10   int result = 0;
11   M m;
13   result += m.pop();  // { dg-error "invalid operands|in evaluation" }