2 pr27671.c from the execute part of the gcc torture tests.
11 /* PR rtl-optimization/27671.
12 The combiner used to simplify "a ^ b == a" to "a" via
13 simplify_relational_operation_1 in simplify-rtx.c. */
15 /*extern void abort (void) __attribute__ ((noreturn));
16 extern void exit (int) __attribute__ ((noreturn));*/
27 testTortureExecute (void)