Re: [Patch, testsuite] Skip testcase for avr

2016-03-20 Thread Rainer Orth
Hi Senthil, > diff --git a/gcc/testsuite/gcc.c-torture/compile/20151204.c > b/gcc/testsuite/gcc.c-torture/compile/20151204.c > index 036316c..0a60871 100644 > --- a/gcc/testsuite/gcc.c-torture/compile/20151204.c > +++ b/gcc/testsuite/gcc.c-torture/compile/20151204.c > @@ -1,3 +1,5 @@ > +/* { dg-s

Re: [Patch, testsuite] Skip testcase for avr

2016-03-19 Thread Senthil Kumar Selvaraj
Rainer Orth writes: > Hi Senthil, > >> diff --git a/gcc/testsuite/gcc.c-torture/compile/20151204.c >> b/gcc/testsuite/gcc.c-torture/compile/20151204.c >> index 036316c..0a60871 100644 >> --- a/gcc/testsuite/gcc.c-torture/compile/20151204.c >> +++ b/gcc/testsuite/gcc.c-torture/compile/20151204.c

Re: [Patch, testsuite] Skip testcase for avr

2016-03-19 Thread Jeff Law
On 03/16/2016 11:33 AM, Senthil Kumar Selvaraj wrote: 2016-03-16 Senthil Kumar Selvaraj * gcc.c-torture/compile/20151204.c: Skip for avr. THanks. Applied to the trunk. jeff

[Patch, testsuite] Skip testcase for avr

2016-03-18 Thread Senthil Kumar Selvaraj
Hi, This trivial patch skips gcc.c-torture/compile/20151204.c for the avr target - the test allocates ~64K on the stack, which is too big for the avr target. Right now, the test errors out with "total size of local objects too large". If this is ok, could someone commit please? I don't have