This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/55141] [4.8 Regression] wrong code with -fno-split-wide-types


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]