Hi All, I'm looking for permission to backport this patch to the GCC-8 branch to fix PR86486.
OK for backport? Thanks, Tamar > -----Original Message----- > From: [email protected] <[email protected]> > On Behalf Of Tamar Christina > Sent: Wednesday, September 26, 2018 09:30 > To: [email protected] > Cc: nd <[email protected]>; James Greenhalgh <[email protected]>; > Richard Earnshaw <[email protected]>; Marcus Shawcroft > <[email protected]> > Subject: [PATCH 8/8][GCC][AArch64] stack-clash: Add LR assert to > layout_frame. > > Hi All, > > Since stack clash depends on the LR being saved for non-leaf functions this > patch adds an assert such that if this changes we would notice this. > > Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. > > This patch has been pre-approved by AArch64 maintainer here > https://gcc.gnu.org/ml/gcc-patches/2018-09/msg00555.html > and will be committed with the rest. > > Thanks, > Tamar > > gcc/ChangeLog: > > 2018-09-26 Tamar Christina <[email protected]> > > * config/aarch64/aarch64.c (aarch64_layout_frame): Add assert. > > --
