Re: [PATCH] Fix stack pointer handling in ms_hook_prologue functions for i386 target.

2020-06-18 Thread Paul Gofman via Gcc-patches
Hello Jeff,     pinging the patch. Regards,     Paul. On 3/26/20 01:49, Jeff Law wrote: > On Mon, 2020-02-10 at 19:22 +0300, Paul Gofman wrote: >> ChangeLog: >> PR target/91489 >> * config/i386/i386.md (simple_return): Also check >> for ms_hook_

Re: [PATCH] Fix stack pointer handling in ms_hook_prologue functions for i386 target.

2020-03-25 Thread Paul Gofman via Gcc-patches
Hello,     ping for patch https://gcc.gnu.org/ml/gcc-patches/2020-02/msg00554.html Regards,     Paul. On 2/21/20 12:10, Paul Gofman wrote: > Hello, > >     ping for patch https://gcc.gnu.org/ml/gcc-patches/2020-02/msg00554.html. > > Thanks, >     Paul. > > On 2/10/20

Re: [PATCH] Fix stack pointer handling in ms_hook_prologue functions for i386 target.

2020-02-21 Thread Paul Gofman
Hello,     ping for patch https://gcc.gnu.org/ml/gcc-patches/2020-02/msg00554.html. Thanks,     Paul. On 2/10/20 19:22, Paul Gofman wrote: > ChangeLog: > PR target/91489 > * config/i386/i386.md (simple_return): Also check > for ms_hook_prologue function attribute. &g

[PATCH] Fix stack pointer handling in ms_hook_prologue functions for i386 target.

2020-02-10 Thread Paul Gofman
* gcc.target/i386/ms_hook_prologue.c: Expand testcase to reproduce PR target/91489 issue. Signed-off-by: Paul Gofman --- gcc/config/i386/i386-protos.h| 1 + gcc/config/i386/i386.c | 3 +++ gcc/config/i386/i386.md | 5