2 921124-1.c from the execute part of the gcc torture suite.
9 #pragma disable_warning 93
10 #pragma disable_warning 85
13 #if !defined(__SDCC_pic14) // Pseudo-stack size limit
14 int f(int x
, double d1
, double d2
, double d3
)
19 void g(char *b
, char *s
, double x
, double y
, int i
, int j
)
21 #if !defined(__SDCC_pdk14) // Lack of memory
22 if (x
!= 1.0 || y
!= 2.0 || i
!= 3 || j
!= 4)
29 testTortureExecute (void)
31 #if !defined(__SDCC_pic14) // Pseudo-stack size limit
32 g("","", 1.0, 2.0, f(3, 0.0, 0.0, 0.0), f(4, 0.0, 0.0, 0.0));