[Bug target/59443] Passing arguments via stack in x86-64
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Dec 10 03:34:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59443
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
mov edi, 1 touches all of rdi. It zero extends the 1 for the full register.
More information about the Gcc-bugs
mailing list