* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / pr49847.C
blobb047713c309cbbb39fc5ac27ccb1889ccef4487b
1 /* { dg-do compile } */
2 /* { dg-options "-O -fnon-call-exceptions" } */
3 int f (float g)
5   try { return g >= 0; }
6   catch (...) {}