If no one objects, I'll commit the following patch in a couple of days
2014-05-05 Dominique d'Humieres <[email protected]>
* 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