PR c++/67273
[official-gcc.git] / gcc / testsuite / g++.dg / tree-prof / partition2.C
blob0bc50fae98a3818ea1d91cc179f31bac67db9de1
1 // PR middle-end/45458
2 // { dg-require-effective-target freorder }
3 // { dg-options "-O2 -fnon-call-exceptions -freorder-blocks-and-partition" }
5 int
6 main ()
8   try
9   {
10     throw 6;
11   }
12   catch (...)
13   {
14   }