Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20001121-1.c
blob38efe6da0fef5cbcdf34af126cd0f86dd4d6aa38
1 extern int bar(int);
3 int foo(int x)
5 return 1 + bar(
6 ({
7 int y;
8 switch (x)
10 case 0: y = 1; break;
11 case 1: y = 2; break;
12 case 2: y = 3; break;
13 case 3: y = 4; break;
14 case 4: y = 5; break;
15 case 5: y = 6; break;
16 default: y = 7; break;