PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr58759.c
blob8257dde533da546ef31067915aaccd03df00a2e7
1 /* { dg-do run } */
2 /* { dg-options "-O2" } */
5 int a, b, c, d, e, f, h, l, m, n, k, o;
6 long long g;
8 struct S
10 int f1;
11 int f2;
12 int f3;
13 int f4;
16 static struct S i = {0,0,0,0}, j;
18 void
19 foo ()
21 m = 1 & d;
22 n = b + c;
23 o = k >> 1;
24 f = 0 == e;
27 int
28 main ()
30 for (; h < 1; h++)
32 g = 1 | (0 > 1 - a ? 0 : a);
33 foo ();
34 for (l = 0; l < 3; l++)
35 j = i;
37 return 0;