1 /* { dg-do compile } */
2 /* { dg-options "-fexceptions -fgimple -fdump-tree-eh-eh" } */
10 extern void might_throw1 ();
15 extern void might_throw2 ();
20 extern void might_throw3 ();
26 extern void might_throw4 ();
31 /* { dg-final { scan-tree-dump ".LP 1. might_throw1" "eh" } } */
32 /* { dg-final { scan-tree-dump ".LP 2. might_throw2" "eh" } } */
33 /* { dg-final { scan-tree-dump ".LP 2. might_throw3" "eh" } } */