2 20001026-1.c from the execute part of the gcc torture tests.
13 // TODO: Enable when sdcc supports struct!
16 long r
[(19 + sizeof (long))/(sizeof (long))];
22 real_value_from_int_cst (tree x
, tree y
)
26 for (i
= 0; i
< sizeof(r
.r
)/sizeof(long); ++i
)
39 build_real_from_int_cst_1 (data
)
42 struct brfic_args
*args
= (struct brfic_args
*) data
;
43 args
->d
= real_value_from_int_cst (args
->type
, args
->i
);
48 testTortureExecute (void)
51 struct brfic_args args
;
53 memset (&args
, 0, sizeof(args
));
54 build_real_from_int_cst_1 (&args
);