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
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
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
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