[Bug target/91489] misplaced stack pointer when __ms_hook_prologue__ attribute is used

2020-11-06 Thread law at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91489 Jeffrey A. Law changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug target/91489] misplaced stack pointer when __ms_hook_prologue__ attribute is used

2020-11-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91489 --- Comment #5 from CVS Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:659ba632e440280e8d61e1ae870e917765db5ae5 commit r11-4806-g659ba632e440280e8d61e1ae870e917765db5ae5 Author: Jeff Law Date: Fri Nov 6

[Bug target/91489] misplaced stack pointer when __ms_hook_prologue__ attribute is used

2020-02-10 Thread gofmanp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91489 --- Comment #4 from Paul Gofman --- I suppose I figured a better way to fix this and sent the patch to the mailing list: https://gcc.gnu.org/ml/gcc-patches/2020-02/msg00554.html

[Bug target/91489] misplaced stack pointer when __ms_hook_prologue__ attribute is used

2020-01-29 Thread gofmanp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91489 --- Comment #3 from Paul Gofman --- (In reply to Martin Liška from comment #2) > @Paul: Can you please send the patch to GCC patches mailing list? I think I found later that unfortunately this patch is not quite correct: the stack was still

[Bug target/91489] misplaced stack pointer when __ms_hook_prologue__ attribute is used

2020-01-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91489 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/91489] misplaced stack pointer when __ms_hook_prologue__ attribute is used

2019-08-21 Thread gofmanp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91489 --- Comment #1 from Paul Gofman --- Created attachment 46739 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46739=edit Pop frame pointer in function label if it is not needed instead of prologue for "ms_hook_prologue" functions on i386