Re: [PATCH] early-remat.c: Fix new/delete mismatch [PR100230]

2021-04-23 Thread Richard Biener via Gcc-patches
On Fri, Apr 23, 2021 at 2:13 PM Alex Coplan via Gcc-patches wrote: > > Hi, > > This simple patch fixes a mismatched operator new/delete in > early-remat.c which triggers ASan errors on (at least) AArch64 when > compiling SVE code. > > Bootstrap and regtest on aarch64-linux-gnu in progress. > > OK

[PATCH] early-remat.c: Fix new/delete mismatch [PR100230]

2021-04-23 Thread Alex Coplan via Gcc-patches
Hi, This simple patch fixes a mismatched operator new/delete in early-remat.c which triggers ASan errors on (at least) AArch64 when compiling SVE code. Bootstrap and regtest on aarch64-linux-gnu in progress. OK for trunk and backports (as appropriate) if testing looks good? Thanks, Alex