Typos in the test suite
Dominique Dhumieres
dominiq@lps.ens.fr
Sat Oct 2 10:31:00 GMT 2010
I have found two typos in the gfortran test suite:
--- ../_clean/gcc/testsuite/gfortran.dg/associate_8.f03 2010-10-02 10:36:39.000000000 +0200
+++ gcc/testsuite/gfortran.dg/associate_8.f03 2010-10-02 10:08:31.000000000 +0200
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
! { dg-options "-std=f2003 -fall-intrinsics" }
! PR fortran/38936
--- ../_clean/gcc/testsuite/gfortran.dg/initialization_27.f90 2010-10-02 10:36:39.000000000 +0200
+++ gcc/testsuite/gfortran.dg/initialization_27.f90 2010-10-02 10:09:06.000000000 +0200
@@ -1,4 +1,4 @@
-! { dg-do run}
+! { dg-do run }
!
! PR fortran/45489
!
Also I am not sure that the syntax for xfail and target is correct in the
following tests:
gcc/testsuite/gfortran.dg/common_resize_1.f { xfail *-*-*}
gcc/testsuite/gfortran.dg/stfunc_6.f90 "
gcc/testsuite/gfortran.dg/continuation_9.f90 {target "*-*-*"}
gcc/testsuite/gfortran.dg/tab_continuation.f "
gcc/testsuite/gfortran.dg/warning-directive-2.F90 "
Cheers
Dominique
More information about the Fortran
mailing list