diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2023-02-15 23:32:12 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@adacore.com> | 2023-02-15 23:33:28 +0100 |
commit | a5dd99f7ef4fa5f9542851431bdd149a22b87fd2 (patch) | |
tree | dc6d7ba52d126ffb6d0fb7d21f589e1962db6695 /gcc/fixed-value.h | |
parent | d6d3de7170670f55825a28e84a9a89a17381a19f (diff) | |
download | gcc-a5dd99f7ef4fa5f9542851431bdd149a22b87fd2.zip gcc-a5dd99f7ef4fa5f9542851431bdd149a22b87fd2.tar.gz gcc-a5dd99f7ef4fa5f9542851431bdd149a22b87fd2.tar.bz2 |
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.
Diffstat (limited to 'gcc/fixed-value.h')
0 files changed, 0 insertions, 0 deletions