2 20050104-1.c from the execute part of the gcc torture suite.
13 // Some ports do not support long long yet.
14 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)
16 /* PR tree-optimization/19060 */
21 return -LLONG_MAX
- 1;
27 if (j
> 10 || j
< min ())
33 testTortureExecute (void)
35 // Some ports do not support long long yet.
36 #if !defined(__SDCC_pic14) && !defined(__SDCC_pic16)