PR rtl-optimization/66891
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr66891.c
blob61a45703196d0de4d394b359e21e17c1e1e88adf
1 /* { dg-do compile { target ia32 } } */
2 /* { dg-options "-O2" } */
4 __attribute__((__stdcall__)) void fn1();
6 int a;
8 static void fn2() {
9 for (;;)
13 void fn3() {
14 fn1(0);
15 fn2(a == 0);