2 20060930-1.c from the execute part of the gcc torture suite.
11 #pragma disable_warning 85
13 /* PR rtl-optimization/28096 */
14 /* Origin: Jan Stein <jan@gatespacetelematics.com> */
17 int bar (int a
, int b
)
24 void foo (int e
, int n
)
31 for (i
= 0; i
< n
; i
++)
48 void testTortureExecute (void)