2 20031214-1.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 85
10 #pragma disable_warning 93
13 /* PR optimization/10312 */
14 /* Originator: Peter van Hoof <p dot van-hoof at qub dot ac dot uk> */
16 /* Verify that the strength reduction pass doesn't find
33 testTortureExecute (void)
37 for (j
= 0; j
< 2; j
++)
38 k
= (k
> g
.n
[j
]) ? k
: g
.n
[j
];