2 // { dg-options "-O -fdump-tree-cddce1" }
4 enum Scale { E1, E2, E3, E4, E5, E6, E7, E8 };
19 // tree forwprop should have eliminated the (int) s cast for the
20 // switch value and directly switch on the 's' parameter
22 // { dg-final { scan-tree-dump-not "\\\(int\\\)" "cddce1" } }
23 // { dg-final { scan-tree-dump "switch \\\(s_.\\\(D\\\)\\\)" "cddce1" } }