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