]> git.ipfire.org Git - thirdparty/gcc.git/commit
x86: Fix shrink wrap separate ICE under -fstack-clash-protection [PR120697]
authorLili Cui <lili.cui@intel.com>
Thu, 19 Jun 2025 00:39:54 +0000 (08:39 +0800)
committerCui, Lili <lili.cui@intel.com>
Thu, 19 Jun 2025 00:47:13 +0000 (08:47 +0800)
commit1f2e4058e57c68b5ea91ab2bac469d5e57b6ff46
tree6318b4a078d8430f6f99bc4876dac879ae7a1be6
parent752798c6799cd8522fab50a60bfadfd1b8790aba
x86: Fix shrink wrap separate ICE under -fstack-clash-protection [PR120697]

gcc/ChangeLog:

PR target/120697
* config/i386/i386.cc (ix86_expand_prologue):
Remove 3 assertions and associated code.

gcc/testsuite/ChangeLog:

PR target/120697
* gcc.target/i386/stack-clash-protection.c: New test.
gcc/config/i386/i386.cc
gcc/testsuite/gcc.target/i386/stack-clash-protection.c [new file with mode: 0644]