PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / pr68911.c
blobb8cbdb5928981e5c414e833dd6225446dce3c9b9
1 extern void abort (void);
3 char a;
4 int b, c;
5 short d;
7 int main ()
9 unsigned e = 2;
10 unsigned timeout = 0;
12 for (; c < 2; c++)
14 int f = ~e / 7;
15 if (f)
16 a = e = ~(b && d);
17 while (e < 94)
19 e++;
20 if (++timeout > 100)
21 goto die;
24 return 0;
25 die:
26 abort ();