Merge from trunk:
[official-gcc.git] / main / gcc / testsuite / gcc.target / i386 / pr61801.c
blobc15cfd8d4b77f333adb8050836e96e9bd3e8880d
1 /* { dg-do compile } */
2 /* { dg-options "-Os -fcompare-debug" } */
4 int a, b, c;
5 void fn1 ()
7 int d;
8 if (fn2 () && !0)
10 b = (
12 int e;
13 fn3 ();
14 switch (0)
15 default:
16 asm volatile("" : "=a"(e) : "0"(a), "i"(0));
18 });
19 d = b;
21 c = d;