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/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*


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

--- Comment #16 from Iain Sandoe <iains at gcc dot gnu.org> ---
Author: iains
Date: Thu Dec  6 13:36:35 2018
New Revision: 266853

URL: https://gcc.gnu.org/viewcvs?rev=266853&root=gcc&view=rev
Log:
Fix for PR78444 by ensuring 128b alignment at call sites.

2018-12-06  Iain Sandoe  <iain@sandoe.co.uk>

        PR target/78444
        * config/i386/darwin.h (STACK_BOUNDARY): Remove macro.
        * config/i386/i386.c (ix86_compute_frame_layout): Ensure at least 128b
        stack alignment in non-leaf functions.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/darwin.h
    trunk/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]