This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed] Add missing cleanup in gfortran.dg/finalize_28.f90
- From: Tom de Vries <Tom_deVries at mentor dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, gcc fortran ml <fortran at gcc dot gnu dot org>
- Date: Wed, 18 Feb 2015 21:45:23 +0100
- Subject: [committed] Add missing cleanup in gfortran.dg/finalize_28.f90
- Authentication-results: sourceware.org; auth=none
Hi,
I found finalize_28.f90.003t.original in a gfortran test directory. This patch
adds the missing cleanup-tree-dump.
Tested by running the test-case and checking that the file does not occur
anymore in the test directory.
Committed as obvious.
Thanks,
- Tom
2015-02-18 Tom de Vries <tom@codesourcery.com>
* gfortran.dg/finalize_28.f90: Add missing cleanup-tree-dump.
---
gcc/testsuite/gfortran.dg/finalize_28.f90 | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/testsuite/gfortran.dg/finalize_28.f90 b/gcc/testsuite/gfortran.dg/finalize_28.f90
index 03de5d0..3d7b241 100644
--- a/gcc/testsuite/gfortran.dg/finalize_28.f90
+++ b/gcc/testsuite/gfortran.dg/finalize_28.f90
@@ -22,3 +22,4 @@ contains
end subroutine coo_dump_edges
end module coo_graphs
! { dg-final { scan-tree-dump-times "__builtin_free" 3 "original" } }
+! { dg-final { cleanup-tree-dump "original" } }
--
1.9.1