1 /* Verify straight-line strength reduction fails for simple integer addition
2 with casts thrown in when -fwrapv is used. */
4 /* { dg-do compile { target { long_neq_int } } } */
5 /* { dg-options "-O3 -fdump-tree-dom2 -fwrapv" } */
23 /* { dg-final { scan-tree-dump-times " \\* " 3 "dom2" } } */
24 /* { dg-final { cleanup-tree-dump "dom2" } } */