Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / pr52134.c
blob44cb4a6f3dea2d0e442707b07187dced293d3b30
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-original" } */
4 unsigned f(unsigned t)
6 return (t*4)&-4;
8 int f1(int t)
10 return (t*4)&-4;
13 /* { dg-final { scan-tree-dump-not "\\\&" "original" } } */
14 /* { dg-final { cleanup-tree-dump "original" } } */