blob: 0bc50fae98a3818ea1d91cc179f31bac67db9de1 [file] [log] [blame]
// PR middle-end/45458
// { dg-require-effective-target freorder }
// { dg-options "-O2 -fnon-call-exceptions -freorder-blocks-and-partition" }
int
main ()
{
try
{
throw 6;
}
catch (...)
{
}
}