https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116010
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testsuite-fail --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So I think there are 2 different issues here. First gcc.target/arm/simd/mve-vabs.c now calls memcpy because of the restrict instead of memmove. That should be a simple fix there. I have not looked into why gfortran.dg/vect/vect-8.f90 fails on aarch64 though.