Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20030110-1.c
blob1cbbaea3c10bdcfc9e9a5a2e1bb3ff10d1cee50f
1 extern char bpp;
3 void foo()
5 if (bpp == 32)
7 if (2 < 8)
9 do
11 while (inb(0x9ae8) & (0x0100 >> (2 +1)));
13 while(0);
15 else
19 while (inb(0x9ae8) & (0x0100 >> (2)));
21 while(0);
24 else
27 while (inb(0x9ae8) & (0x0100 >> (1)));
29 while(0);
30 if (8 < 8)
34 while (inb(0x9ae8) & (0x0100 >> (8 +1)));
36 while(0);