https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444
--- Comment #17 from Iain Sandoe <iains at gcc dot gnu.org> --- Author: iains Date: Sun Dec 23 20:34:13 2018 New Revision: 267384 URL: https://gcc.gnu.org/viewcvs?rev=267384&root=gcc&view=rev Log: backport r266853 to fix PR target/78444. 2018-12-23 Iain Sandoe <i...@sandoe.co.uk> Backport from mainline 2018-12-06 Iain Sandoe <i...@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: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/config/i386/darwin.h branches/gcc-8-branch/gcc/config/i386/i386.c