On 03/28/2014 03:52 PM, K_s, Vishnu wrote:
Hi all,

Some of the tests added in gcc.dg/graphite are failing for AVR target, Because
size of the arrays defined are 'too' large for AVR. I'm wondering is it
possible to reduce the size of the array's in tests.

One example is gcc.dg/graphite/scop-0.c, which is failing with error
"size of array 'a' is too large" when compiling with avr-gcc.

Following tests are also failing for avr-gcc with error "size of array used
is too large".

gcc.dg/graphite/scop-22.c
gcc.dg/graphite/scop-3.c
gcc.dg/graphite/scop-dsyr2k.c
gcc.dg/graphite/scop-dsyrk.c
gcc.dg/graphite/scop-mvt.c
gcc.dg/graphite/scop-sor.c
gcc.dg/graphite/pr46185.c

Hi Vinshnu,

could you provide a patch that fixes these tests for your platform by reducing array sizes. It makes the intention very clear and we could just review it. (I am almost certain it is trivial to accept).

Cheers,
Tobias

Reply via email to