* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr66951.c
blob628e1ee77b2ba7bdd03020681bf7ef1e92f80cd9
1 /* { dg-do compile } */
3 int a, b[16], c, d;
5 void
6 fn1 ()
8 for (; d; d++)
10 for (a = 0; a < 2; a++)
12 c ^= b[d];