* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error47.C
blob44f14c4e4e00ab8a230bbf151addfac7ededa97d
1 struct T { };
3 T foo();
5 void bar(int a, int b)
7   if (foo() && a < b) // { dg-error "13:no match for 'operator&&'" }
8     ;