* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr32606.c
blob91348c40e06460ebac53f65da2a923f7ff6875b6
1 int inb(int);
2 void is870(unsigned int wkport, unsigned char j)
4 unsigned int tmport;
5 unsigned char i;
6 for (i = 0; i < 16; i++)
8 tmport = wkport + 0x18;
9 tmport += 0x07;
10 while ((inb(tmport) & 0x80) == 0)
12 if ((inb(tmport) & 0x01) != 0)
14 tmport -= 0x06;
15 tmport += 0x06;
18 tmport = wkport + 0x14;
19 tmport += 0x04;
20 tmport += 0x07;
21 widep_in1:
22 if ((j & 0x01) != 0)
24 tmport -= 0x06;
25 tmport += 0x06;
26 goto widep_in1;
28 while ((inb(tmport) & 0x80) == 0) {}