1 /* { dg-do compile } */
2 /* { dg-require-effective-target exceptions } */
3 /* { dg-options "-fexceptions -fgimple -fdump-tree-eh-eh" } */
4 /* { dg-require-effective-target nonlocal_goto } */
12 extern void might_throw1 ();
17 extern void might_throw2 ();
22 extern void might_throw3 ();
28 extern void might_throw4 ();
33 /* { dg-final { scan-tree-dump ".LP 1. might_throw1" "eh" } } */
34 /* { dg-final { scan-tree-dump ".LP 2. might_throw2" "eh" } } */
35 /* { dg-final { scan-tree-dump ".LP 2. might_throw3" "eh" } } */