PR target/112420
gcc/testsuite/ChangeLog:
* gcc.dg/vect/pr65518.c: Fix check for RVV.
sub-optimal and causes memory explosion (even though the cost model\r
should reject that in the end). */\r
\r
-/* { dg-final { scan-tree-dump-times "vectorized 0 loops in function" 2 "vect" } } */\r
+/* { dg-final { scan-tree-dump-times "vectorized 0 loops in function" 2 "vect" { target {! riscv*-*-* } } } } */\r
+/* We end up using gathers for the strided load on RISC-V which would be OK. */\r
+/* { dg-final { scan-tree-dump "using gather/scatter for strided/grouped access" "vect" { target { riscv*-*-* } } } } */\r