1 /* PR tree-optimization/18046 */
2 /* { dg-options "-O2 -fdump-tree-ethread-details" } */
3 /* { dg-final { scan-tree-dump-times "Registering jump thread" 1 "ethread" } } */
4 /* During VRP we expect to thread the true arm of the conditional through the switch
5 and to the BB that corresponds to the 7 ... 9 case label. */
6 extern void foo (void);
7 extern void bar (void);
8 extern void baz (void);