Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / vrp33.c
blob75fefa49925d463a28f07ff1f2863b5c77865252
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-vrp1 -fno-tree-fre" } */
4 /* This is from PR14052. */
6 int f2(int x) { return x == 1 || x == 3 || x == 1; }
8 /* { dg-final { scan-tree-dump "Folding predicate.*== 1 to 0" "vrp1" } } */