Hi,
After running gfortran tests, I found a global_coarrays.mod file 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/coarray_35a.f90: Add missing cleanup-modules.
---
gcc/testsuite/gfortran.dg/coarray_35a.f90 | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/testsuite/gfortran.dg/coarray_35a.f90 b/gcc/testsuite/gfortran.dg/coarray_35a.f90
index eeeb289..1b954a9 100644
--- a/gcc/testsuite/gfortran.dg/coarray_35a.f90
+++ b/gcc/testsuite/gfortran.dg/coarray_35a.f90
@@ -26,3 +26,4 @@ end program testmod
! Check for the symbol of the coarray token (w/o system-dependend prefix)
! { dg-final { scan-assembler "caf_token__global_coarrays_MOD_b" } }
+! { dg-final { cleanup-modules "global_coarrays" } }
--
1.9.1