2 pr46909-2.c from the execute part of the gcc torture tests.
11 /* PR tree-optimization/46909 */
16 if ((x
!= 0 && x
!= 13) || x
== 5 || x
== 20)
22 testTortureExecute (void)
25 for (i
= -10; i
< 30; i
++)
26 if (foo (i
) != 1 - 2 * (i
== 0) - 2 * (i
== 13))