Hi, After running gfortran tests, I found a pr37287_2.mod in my test directory. Fixed by this patch which adds a missing cleanup-modules.
Tested by running the testcase and checking that the file does not occur anymore in the test directory.
Committed as obvious. Thanks, - Tom
2015-02-18 Tom de Vries <t...@codesourcery.com> * gfortran.dg/pr37287-1.f90: Add missing cleanup-modules. --- gcc/testsuite/gfortran.dg/pr37287-1.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gfortran.dg/pr37287-1.f90 b/gcc/testsuite/gfortran.dg/pr37287-1.f90 index c2d42e6..ca8b879 100644 --- a/gcc/testsuite/gfortran.dg/pr37287-1.f90 +++ b/gcc/testsuite/gfortran.dg/pr37287-1.f90 @@ -12,3 +12,4 @@ contains end subroutine set_null end module pr37287_1 end +! { dg-final { cleanup-modules "pr37287_2" } } -- 1.9.1