Hi Richard > -----Original Message----- > From: Richard Sandiford <richard.sandif...@arm.com> > Sent: 02 November 2020 10:31 > To: Sudakshina Das <sudi....@arm.com> > Cc: gcc-patches@gcc.gnu.org; Kyrylo Tkachov <kyrylo.tkac...@arm.com>; > Richard Earnshaw <richard.earns...@arm.com> > Subject: Re: [PATCH] aarch64: Fix PR97638 > > Sudakshina Das <sudi....@arm.com> writes: > > Hi > > > > Currently the testcase in the patch was failing to produce a 'bti c' > > at the beginning of the function. This was because in > > aarch64_pac_insn_p, we were wrongly returning at the first check. This > > patch fixes the return value. > > > > Bootstrap and regression tested on aarch64-none-linux-gnu. > > Is this ok for trunk and gcc 10 backport? > > OK for both, thanks.
Thank you! Pushed to trunk. Will wait for a couple of days before backport. Thanks Sudi > > Richard