2 20030401-1.c from the execute part of the gcc torture tests.
11 /* Testcase for PR fortran/9974. This was a miscompilation of the g77
12 front-end caused by the jump bypassing optimizations not handling
13 instructions inserted on CFG edges. */
22 unsigned char error
= 0;
24 if (! (error
= ((x
== 0) || bar ())))
31 testTortureExecute (void)