On Aug 21, 2012, at 4:32 AM, Georg-Johann Lay wrote:
> The patch breaks up convert.c in parts so that an AVR ATmega103 device
> with 128KiB for executable code (.text + .data + .rodata) can run them.
>
> Ok for trunk?
Ok, but watch out for any comments from the fixed-point or the C front-end
fol
Just as the title says: gcc.dg/fixed-point/convert.c is much too big to run on
embedded targets like AVR.
Note that embedded systems are a main audience of ISO/IEC TR 18037,
and that these systems might have limited resources.
The original convert.c inflates to thousands of functions and set -O0.