* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030224-1.c
blob11bc3af9fc6d2f7d26e123db2636abd1f88a6fea
1 /* { dg-require-effective-target alloca } */
2 void zzz (char *s1, char *s2, int len, int *q)
4 int z = 5;
5 unsigned int i, b;
6 struct { char a[z]; } x;
8 for (i = 0; i < len; i++)
9 s1[i] = s2[i];
11 b = z & 0x3;
13 len += (b == 0 ? 0 : 1) + z;
15 *q = len;
17 foo (x, x);