Re: [Patch,testsuite] Break gcc.dg/fixed-point/convert.c into manageable parts

2012-08-21 Thread Mike Stump
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

[Patch,testsuite] Break gcc.dg/fixed-point/convert.c into manageable parts

2012-08-21 Thread Georg-Johann Lay
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.