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

2020-11-06 Thread Jeff Law via Gcc-patches
On 2/10/20 9:22 AM, Paul Gofman wrote: > ChangeLog: > PR target/91489 > * config/i386/i386.md (simple_return): Also check > for ms_hook_prologue function attribute. > * config/i386/i386.c (ix86_can_use_return_insn_p): > Also check for ms_hook_prologue function attribute.

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_prologue function attribute. >>

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

2020-03-25 Thread Jeff Law via Gcc-patches
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_prologue function attribute. > * config/i386/i386.c (ix86_can_use_return_insn_p): > Also check for ms_hook_prologue

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 19:22, Paul Gofman wrote:

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

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

2020-02-10 Thread Paul Gofman
ChangeLog: PR target/91489 * config/i386/i386.md (simple_return): Also check for ms_hook_prologue function attribute. * config/i386/i386.c (ix86_can_use_return_insn_p): Also check for ms_hook_prologue function attribute. testsuite/ChangeLog: PR target/91489 *