2 pr65418-1.c from the execute part of the gcc torture tests.
7 /* PR tree-optimization/65418 */
12 if (x
== -216 || x
== -132 || x
== -218 || x
== -146)
18 testTortureExecute (void)
21 for (i
= -230; i
< -120; i
++)
22 if (foo (i
) != (i
== -216 || i
== -132 || i
== -218 || i
== -146))