2 pr78675.c from the execute part of the gcc torture tests.
8 #pragma disable_warning 84
11 /* PR tree-optimization/78675 */
28 testTortureExecute (void)
30 ASSERT (foo (0) == 0);
32 ASSERT (foo (1) == 0);
34 ASSERT (foo (25) == 0);
36 ASSERT (foo (0) == 0);
38 ASSERT (foo (1) == 0);
40 ASSERT (foo (25) == 0);