2015-02-26 Tom de Vries <tom@codesourcery.com>
* gcc.misc-tests/godump-1.c: Add missing cleanup of godump-1.out.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221008
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-02-26 Tom de Vries <tom@codesourcery.com>
+
+ * gcc.misc-tests/godump-1.c: Add missing cleanup of godump-1.out.
+
2015-02-26 Sebastian Pop <s.pop@samsung.com>
PR tree-optimization/65048
typedef int8_t (*func_t)(void *p);
/* { dg-final { scan-file godump-1.out "(?n)^type _func_t func\[(\]\\*byte\[)\] int\[0-9\]*$" } } */
+
+/* { dg-final { remove-build-file "godump-1.out" } } */