From: Kito Cheng Date: Mon, 23 Dec 2024 13:27:46 +0000 (+0800) Subject: RISC-V: Move fortran testcase to gfortran.target X-Git-Tag: releases/gcc-14.3.0~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af3ebb414e2b88973d570e8878bc6262c0a1b3a9;p=thirdparty%2Fgcc.git 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 --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