Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20040124-1.c
blob01c9002389e217e6a812c886536121a5e683031b
1 int
2 f1 (int a, int b)
4 int i, j, k;
6 switch (b)
8 case (-9):
9 j = 4;
10 break;
11 case (-10):
12 j = 10;
13 break;
14 case (-8):
15 j = 15;
16 break;
19 i = f2 (f3 (b == (-9) ? k : a), j);
21 return 0;