Fix file cache tunables documentation
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83073.c
blob0357f5e013e0a78230cf9bcfc0232d4be4a669e9
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-evrp-details -fno-tree-fre -fno-tree-ccp -fno-tree-forwprop" } */
4 int f(int x)
6 x = x|1;
7 return x & 1;
10 /* { dg-final { scan-tree-dump "Folded into: return 1;" "evrp" } } */