1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// 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 (...) { } }