This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / 20050215-1.c
blob6ce588038aa560f50b254bf53760ae1ca6a194a4
1 /* PR middle-end/19857 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fdump-tree-optimized" } */
5 int i;
6 int foo (void)
8 return i & ~(unsigned int) 3;
11 /* Make sure the optimizers don't introduce overflow where one
12 did not exist in the original. */
13 /* { dg-final { scan-tree-dump-times "-0+4" 0 "optimized"} } */