On Wed, 4 Oct 2023 at 18:38, Patrick O'Neill wrote: > > Hi Joern, > > I'm seeing new failures introduced by this patch > (9464e72bcc9123b619215af8cfef491772a3ebd9). > > On rv64gcv: > FAIL: gcc.dg/pr90263.c scan-assembler memcpy My testing didn't flag this because I used elf targets. The expected behaviour now is to use vector instructions for rvv. so we shouldn't expect memcpy to appear there. I think the rvv case is suitably covered by the new tests, so we just have to avoid the failure here. Does the attached patch work for you? > FAIL: gfortran.fortran-torture/execute/intrinsic_count.f90 execution, > -O2 -fomit-frame-pointer -finline-functions -funroll-loops There seems to be an issue with my test setup regarding fortran, I'll have to investigate.