On Jun 8, 2016, at 4:20 AM, Senthil Kumar Selvaraj
wrote:
>
> I forgot to send this testcase modification with that patch - here's
> the fix for making gcc.dg/stack-usage-1.c pass again for avr.
>
> If this is ok, could someone commit please? I don't have commit
> access.
Ok.
Committed re
Hi,
A recent patch I submitted fixed broken -fstack-usage for the avr
target, by including the size of the return address pushed to the stack
(https://gcc.gnu.org/ml/gcc-patches/2016-05/msg01715.html).
I forgot to send this testcase modification with that patch - here's
the fix for maki