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

Reply via email to