Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 921103-1.c
blob578e91aaf8310ec504d81fde7a840b906f91c0ab
1 struct {
2 unsigned int f1, f2;
3 } s;
5 f()
7 unsigned x, y;
8 x = y = 0;
9 while (y % 4)
10 y++;
11 g(&s.f2, s.f1 + x, 4);