1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-gimple" } */
7 /* There should be only x < -10 and no x + 10. */
8 /* { dg-final { scan-tree-dump-times "< -10" 1 "gimple"} } */
9 /* { dg-final { scan-tree-dump-times "\\+ 10" 0 "gimple"} } */
10 /* { dg-final { cleanup-tree-dump "gimple" } } */