------- 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