public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Add missing cleanup in gfortran.dg/finalize_28.f90
@ 2015-02-18 20:45 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2015-02-18 20:45 UTC (permalink / raw)
  To: GCC Patches, gcc fortran ml

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

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

[-- Attachment #2: 0001-Add-missing-cleanup-in-gfortran.dg-finalize_28.f90.patch --]
[-- Type: text/x-patch, Size: 639 bytes --]

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-18 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-18 20:45 [committed] Add missing cleanup in gfortran.dg/finalize_28.f90 Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).