Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 930109-1.c
blobdbd15a1bd0a1c05c5b5ff64b5507ed194b8798a8
1 f(x)
2 unsigned x;
4 static short c;
5 return x>>c;
7 g(x)
8 unsigned x;
10 static char c;
11 return x>>c;