Re: [PATCH] xtensa: fix PR target/90922

2019-09-23 Thread Max Filippov
On Tue, Jun 18, 2019 at 3:23 PM Max Filippov wrote: > > On Tue, Jun 18, 2019 at 3:09 PM augustine.sterl...@gmail.com > wrote: > > > > On Tue, Jun 18, 2019 at 2:27 PM Max Filippov wrote: > > > > > > Stack pointer adjustment code in prologue missed a case of no > > > callee-saved registers and a s

Re: [PATCH] xtensa: fix PR target/90922

2019-06-18 Thread Max Filippov
On Tue, Jun 18, 2019 at 3:09 PM augustine.sterl...@gmail.com wrote: > > On Tue, Jun 18, 2019 at 2:27 PM Max Filippov wrote: > > > > Stack pointer adjustment code in prologue missed a case of no > > callee-saved registers and a stack frame size bigger than 128 bytes. > > Handle that case. > > > >

Re: [PATCH] xtensa: fix PR target/90922

2019-06-18 Thread augustine.sterl...@gmail.com
On Tue, Jun 18, 2019 at 2:27 PM Max Filippov wrote: > > Stack pointer adjustment code in prologue missed a case of no > callee-saved registers and a stack frame size bigger than 128 bytes. > Handle that case. > > This fixes the following gcc tests with call0 ABI: > gcc.c-torture/execute/stdarg-2

[PATCH] xtensa: fix PR target/90922

2019-06-18 Thread Max Filippov
Stack pointer adjustment code in prologue missed a case of no callee-saved registers and a stack frame size bigger than 128 bytes. Handle that case. This fixes the following gcc tests with call0 ABI: gcc.c-torture/execute/stdarg-2.c gcc.dg/torture/pr55882.c gcc.dg/torture/pr57569.c 2019-06-