http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55141
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-07 10:48:55 UTC --- Yeah, argp is eliminated to rsp + 16 instead of the correct rsp + 32 (there are 2 64-bit call used registers saved to stack in the prologue, callq pushes 8 bytes and rsp is adjusted by 8 to maintain the required stack alignment. Vlad, can you please take a look?