Re: [Patch,testsuite]: Skip AVR if .text overflows

2011-07-11 Thread Georg-Johann Lay
Mike Stump wrote: > On Jul 8, 2011, at 7:57 AM, Georg-Johann Lay wrote: >> These tests are too big for AVR: .text (128 KiB) overflows and ld >> complains. >> >> Ok to commit? > > Ok. If people feel they have a nice design for `too big', let us > know... I think it would have to be ld message s

Re: [Patch,testsuite]: Skip AVR if .text overflows

2011-07-09 Thread Mike Stump
On Jul 8, 2011, at 7:57 AM, Georg-Johann Lay wrote: > These tests are too big for AVR: .text (128 KiB) overflows and ld > complains. > > Ok to commit? Ok. If people feel they have a nice design for `too big', let us know... I think it would have to be ld message scan based, to allow things tha

[Patch,testsuite]: Skip AVR if .text overflows

2011-07-08 Thread Georg-Johann Lay
These tests are too big for AVR: .text (128 KiB) overflows and ld complains. Ok to commit? Johann * gcc.dg/compat/struct-by-value-16_main.c: Skip AVR. * gcc.dg/compat/struct-by-value-17_main.c: Skip AVR. * gcc.dg/compat/struct-by-value-18_main.c: Skip AVR. * g++.d