2 pr70586.c from the execute part of the gcc torture tests.
11 /* PR tree-optimization/70586 */
19 return (y
== 0 || (x
&& y
== 1)) ? x
: x
% y
;
27 #if 0 // Enable when SDCC intermingles
29 int h
= foo (g
> 0, c
);
30 c
= (3 >= h
^ 7) <= foo (i
, c
);
38 testTortureExecute (void)