Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / pr23233-1.c
blob356c06335cfa92b452b02ddc39559318ec7d6a18
1 void foo (volatile long long *x)
3 while (*x)
5 *x = 0;
6 *((volatile char *) 0) = 0;