2 921013-1.c from the execute part of the gcc torture suite.
11 #if !defined(__SDCC_pdk14) // Lack of memory
12 void f(int *d
, float *x
, float *y
,int n
)
14 while(n
--){*d
++=*x
++==*y
++;}
19 testTortureExecute (void)
21 #if !defined(__SDCC_pdk14) // Lack of memory
27 ASSERT ((a
[0]==b
[0]) == r
[0]);
28 ASSERT ((a
[1]==b
[1]) == r
[1]);
29 ASSERT ((a
[2]==b
[2]) == r
[2]);
30 ASSERT ((a
[3]==b
[3]) == r
[3]);