Re: [Patch, avr] Fix broken stack-usage-1.c test

2016-06-09 Thread Mike Stump
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

[Patch, avr] Fix broken stack-usage-1.c test

2016-06-08 Thread Senthil Kumar Selvaraj
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