* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error19.C
bloba06d3e0c45ab4328b6ea2f5c524a114d7787f98b
1 // { dg-options "-fshow-column -fmessage-length=0   -ansi -pedantic-errors -Wno-long-long " }
2 // PR C++/17867
4 struct A                        // { dg-message "8:operator=" }
6   A(int);
7 };
9 const A& foo();
11 void bar()
13   foo()=A(0); // { dg-error "8:no match|const" }