[Bug rtl-optimization/38245] [4.4 Regression] stack corruption when a call is removed but not the outgoing argument pushes
steven at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Dec 18 22:59:00 GMT 2008
------- Comment #15 from steven at gcc dot gnu dot org 2008-12-18 22:58 -------
Created an attachment (id=16940)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16940&action=view)
Make targets allocate outgoing args space if necessary
Alternative approach is to let all targets check if crtl->outgoing_args_size is
nonzero, instead of assuming so when the function is leaf.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38245
More information about the Gcc-bugs
mailing list