Re: [gcc-13] Backport PR10280 fix

2023-07-31 Thread Prathamesh Kulkarni via Gcc-patches
On Thu, 27 Jul 2023 at 12:04, Richard Biener wrote: > > On Wed, 26 Jul 2023, Prathamesh Kulkarni wrote: > > > Sorry, I meant PR110280 in subject line (not PR10280). > > OK after 13.2 is released and the branch is open again. Thanks, committed the patch to releases/gcc-13 branch in: https://gcc.gnu

Re: [gcc-13] Backport PR10280 fix

2023-07-26 Thread Richard Biener via Gcc-patches
On Wed, 26 Jul 2023, Prathamesh Kulkarni wrote: > Sorry, I meant PR110280 in subject line (not PR10280). OK after 13.2 is released and the branch is open again. Richard. > On Wed, 26 Jul 2023 at 23:03, Prathamesh Kulkarni > wrote: > > > > Hi Richard, > > Sorry for the delay in backport to gcc-

Re: [gcc-13] Backport PR10280 fix

2023-07-26 Thread Prathamesh Kulkarni via Gcc-patches
Sorry, I meant PR110280 in subject line (not PR10280). On Wed, 26 Jul 2023 at 23:03, Prathamesh Kulkarni wrote: > > Hi Richard, > Sorry for the delay in backport to gcc-13. > The attached patch (cherry picked from master) is bootstrapped+tested > on aarch64-linux-gnu with SVE enabled on gcc-13 br