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