[Bug target/24419] [3.4/4.0/4.1 Regression]: ix86 prologue puts values beyond stack
hjl at lucon dot org
gcc-bugzilla@gcc.gnu.org
Tue Oct 18 00:57:00 GMT 2005
------- Comment #3 from hjl at lucon dot org 2005-10-18 00:57 -------
The issue is gcc may optimize
subq $16, %rsp
to
pushq
pushq
later.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24419
More information about the Gcc-bugs
mailing list