https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>:

https://gcc.gnu.org/g:a5dd99f7ef4fa5f9542851431bdd149a22b87fd2

commit r13-6069-ga5dd99f7ef4fa5f9542851431bdd149a22b87fd2
Author: Eric Botcazou <ebotca...@adacore.com>
Date:   Wed Feb 15 23:32:12 2023 +0100

    Fix PR target/90458

    This is the incompatibility of -fstack-clash-protection with Windows SEH.
    Now the Windows ports always enable TARGET_STACK_PROBE, which means that
    the stack is always probed (out of line) so -fstack-clash-protection does
    nothing more.

    gcc/
            PR target/90458
            * config/i386/i386.cc (ix86_compute_frame_layout): Disable the
            effects of -fstack-clash-protection for TARGET_STACK_PROBE.
            (ix86_expand_prologue): Likewise.

Reply via email to