2 20040831-1.c from the execute part of the gcc torture suite.
9 #pragma disable_warning 93
12 /* This testcase was being miscompiled, because operand_equal_p
13 returned that (unsigned long) d and (long) d are equal. */
16 testTortureExecute (void)
19 long l
= (d
> 10000) ? (unsigned long) d
: (long) d
;