From: Pan Li Date: Wed, 20 Nov 2024 05:32:47 +0000 (+0800) Subject: RISC-V: Introduce riscv/rvv/autovec/sat folder to rvv.exp testsuite X-Git-Tag: basepoints/gcc-16~4055 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b95d585fd490f21b8f9a8db70dbdacf7361555c1;p=thirdparty%2Fgcc.git RISC-V: Introduce riscv/rvv/autovec/sat folder to rvv.exp testsuite After we move vector SAT_ADD testcases into a isolated folder, aka riscv/rvv/autovec/sat. We would like to add the folder as one of the test items of the rvv.exp testsuite. The below test suites are passed for this patch. * The rv64gcv fully regression test. It is test only patch and obvious up to a point, will commit it directly if no comments in next 48H. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/rvv.exp: Add the vector sat folder to the rvv.exp testsuite. Signed-off-by: Pan Li --- diff --git a/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp b/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp index dbe1f11c0e8c..71251737be2b 100644 --- a/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp +++ b/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp @@ -122,6 +122,8 @@ foreach op $AUTOVEC_TEST_OPTS { "" "$op" dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/autovec/strided/*.\[cS\]]] \ "$op" "" + dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/autovec/sat/*.\[cS\]]] \ + "$op" "" } # All done.