[Bug target/84064] ICE in ix86_expand_prologue related to -fstack-clash-protection and memcpy on i686
fw at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 30 13:55:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84064
Florian Weimer <fw at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=84128
--- Comment #3 from Florian Weimer <fw at gcc dot gnu.org> ---
I was about to suggest that get_scratch_register_on_entry can spill a register
if no register is available, so maybe we could pass down int_registers_saved to
it and use that approach to avoid the assert. However, it turns out that this
code is broken, see bug 84128.
More information about the Gcc-bugs
mailing list