]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix ICE with pathologically large frames
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 3 Mar 2021 11:25:03 +0000 (12:25 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Wed, 3 Mar 2021 11:29:15 +0000 (12:29 +0100)
commit357c4350680bf29f0c7a115424e3da11c53b5582
treece45975be0ea7ddf232969108328480bc6f5f179
parentf1b13064609a41fcaf4d1859663453bba237e277
Fix ICE with pathologically large frames

gcc/
PR target/99234
* config/i386/i386.c (ix86_compute_frame_layout): For a SEH target,
point back the hard frame pointer to its default location when the
frame is larger than SEH_MAX_FRAME_SIZE.
gcc/config/i386/i386.c