Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr49926.c
blobc7bca69e46979e75b49cf9c6542d3fbf1255ebf6
1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
4 int a, b, c[10];
6 void
7 foo (unsigned int x, int y, int z, int *w)
9 do
11 *w = z;
12 y = x;
13 if (y)
14 for (b = -4; b; b++)
16 z = y &= a &= 1;
17 y &= c[b + 4];
20 while (1);