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.

---

NOTE: This patch will commit once CI pass.

---
 .../rvv/fortran => gfortran.target/riscv/rvv}/pr111395.f90      | 0
 .../rvv/fortran => gfortran.target/riscv/rvv}/pr111566.f90      | 0
 .../rvv/rvv-fortran.exp => gfortran.target/riscv/rvv/rvv.exp}   | 2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename gcc/testsuite/{gcc.target/riscv/rvv/fortran => 
gfortran.target/riscv/rvv}/pr111395.f90 (100%)
 rename gcc/testsuite/{gcc.target/riscv/rvv/fortran => 
gfortran.target/riscv/rvv}/pr111566.f90 (100%)
 rename gcc/testsuite/{gcc.target/riscv/rvv/rvv-fortran.exp => 
gfortran.target/riscv/rvv/rvv.exp} (93%)

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 a01c3d09170..d85f58336e1 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
-- 
2.34.1

Reply via email to