2 20170419-1.c from the execute part of the gcc torture suite.
11 /* PR tree-optimization/80426 */
12 /* Testcase by <ishiura-compiler@ml.kwansei.ac.jp> */
14 #define INT_MAX 0x7fffffff
15 #define INT_MIN (-INT_MAX-1)
20 testTortureExecute (void)
23 volatile int b
= -INT_MAX
;
26 for(j
= 0; j
< 18; j
+= 1) {
27 x
= ( (a
== 0) != (b
- (int)(INT_MIN
) ) );