* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / spellcheck-pr80177.C
blob2ff24e8b288fbb81d87731779d7e76dd118736fc
1 // { dg-do compile { target c++11 } }
3 void pr80177 ()
5   static_assertion (1 == 0, "1 == 0"); // { dg-error "3: 'static_assertion' was not declared in this scope" }
6   // { dg-message "3: suggested alternative: 'static_assert'" "" { target *-*-* } .-1 }