1 // This testcase failed on s390, because cross-jumping merged 2 calls,
2 // one with REG_EH_REGION note with no handlers (ie. termination)
3 // and one without REG_EH_REGION note.
5 // { dg-options "-O2" }
10 struct E : public std::exception
17 struct C : public E { };