1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-tree-ccp -fno-tree-dominator-opts -fdump-tree-vrp1" } */
8 cst
= -__INT_MAX__
- 1;
17 int bar (int x
, int b
)
23 cst
= __INT_MAX__
- 1;
30 /* { dg-final { scan-tree-dump-not "12345" "vrp1" } } */