Merge from trunk
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr59164.c
blob1ec69610c21da2da27258c397b528d3ad8baa173
1 /* { dg-do compile } */
3 int a, d, e;
4 long b[10];
5 int c[10][8];
7 int fn1(p1)
8 {
9 return 1 >> p1;
12 void fn2(void)
14 int f;
15 for (a=1; a <= 4; a++)
17 f = fn1(0 < c[a][0]);
18 if (f || d)
19 e = b[a] = 1;