This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Minor cleanup for the gfortran test suite.


If no one objects, I'll commit the following patch in a couple of days

2014-05-05  Dominique d'Humieres <dominiq@lps.ens.fr>

        * gfortran.dg/list_read_12.f90: Delete the file.
        * gfortran.dg/gfortran.dg/vect/fast-math-real8-pr40801.f90:
        Cleanup module yomphy0.

--- ../_clean/gcc/testsuite/gfortran.dg/list_read_12.f90	2014-03-15 16:19:35.000000000 +0100
+++ gcc/testsuite/gfortran.dg/list_read_12.f90	2014-04-17 10:27:58.000000000 +0200
@@ -7,5 +7,6 @@ close(99)
 
 open(99, access='sequential', form='formatted')
 read(99, *, iostat=ios) i
+close(99, status="delete")
 if (ios /= 0) call abort
 end
--- ../_clean/gcc/testsuite/gfortran.dg/vect/fast-math-real8-pr40801.f90	2012-05-15 13:41:32.000000000 +0200
+++ gcc/testsuite/gfortran.dg/vect/fast-math-real8-pr40801.f90	2013-10-21 23:51:38.000000000 +0200
@@ -35,3 +35,4 @@ ENDIF
 END SUBROUTINE ACCONV
 
 ! { dg-final { cleanup-tree-dump "vect" } }
+! { dg-final { cleanup-modules "yomphy0" } }

Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]