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 target/67940] Wrong stack alignment adjustment


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67940

--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Mon Oct 12 17:36:21 2015
New Revision: 228732

URL: https://gcc.gnu.org/viewcvs?rev=228732&root=gcc&view=rev
Log:
Correct x86 backend stack alignment adjustment

Add missing -1 in x86 backend stack alignment adjustment.  Trunk is OK
with ROUND_UP macro.

        PR target/67940
        * config/i386/i386.c (ix86_compute_frame_layout): Correct
        stack alignment adjustment.
        (ix86_expand_prologue): Likewise.

Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/i386.c


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