https://gcc.gnu.org/g:af3ebb414e2b88973d570e8878bc6262c0a1b3a9
commit r14-11549-gaf3ebb414e2b88973d570e8878bc6262c0a1b3a9 Author: Kito Cheng <kito.ch...@sifive.com> Date: Mon Dec 23 21:27:46 2024 +0800 RISC-V: Move fortran testcase to gfortran.target gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/fortran/pr111395.f90: Move this file to... * gfortran.target/riscv/rvv/pr111395.f90: ...here. * gcc.target/riscv/rvv/fortran/pr111566.f90: Move this file to... * gfortran.target/riscv/rvv/pr111566.f90: ...here. * gcc.target/riscv/rvv/rvv-fortran.exp: Move this file to... * gfortran.target/riscv/rvv/rvv.exp: ...here. Diff: --- .../riscv/rvv/fortran => gfortran.target/riscv/rvv}/pr111395.f90 | 0 .../riscv/rvv/fortran => gfortran.target/riscv/rvv}/pr111566.f90 | 0 .../riscv/rvv/rvv-fortran.exp => gfortran.target/riscv/rvv/rvv.exp} | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/riscv/rvv/fortran/pr111395.f90 b/gcc/testsuite/gfortran.target/riscv/rvv/pr111395.f90 similarity index 100% rename from gcc/testsuite/gcc.target/riscv/rvv/fortran/pr111395.f90 rename to gcc/testsuite/gfortran.target/riscv/rvv/pr111395.f90 diff --git a/gcc/testsuite/gcc.target/riscv/rvv/fortran/pr111566.f90 b/gcc/testsuite/gfortran.target/riscv/rvv/pr111566.f90 similarity index 100% rename from gcc/testsuite/gcc.target/riscv/rvv/fortran/pr111566.f90 rename to gcc/testsuite/gfortran.target/riscv/rvv/pr111566.f90 diff --git a/gcc/testsuite/gcc.target/riscv/rvv/rvv-fortran.exp b/gcc/testsuite/gfortran.target/riscv/rvv/rvv.exp similarity index 93% rename from gcc/testsuite/gcc.target/riscv/rvv/rvv-fortran.exp rename to gcc/testsuite/gfortran.target/riscv/rvv/rvv.exp index a01c3d091700..d85f58336e14 100644 --- a/gcc/testsuite/gcc.target/riscv/rvv/rvv-fortran.exp +++ b/gcc/testsuite/gfortran.target/riscv/rvv/rvv.exp @@ -39,7 +39,7 @@ dg-init # Main loop. gfortran-dg-runtest [lsort \ - [glob -nocomplain $srcdir/$subdir/fortran/*.\[fF\]{,90,95,03,08} ] ] "" "" + [glob -nocomplain $srcdir/$subdir/*.\[fF\]{,90,95,03,08} ] ] "" "" # All done. dg-finish