[PATCH, testsuite]: Remove a couple of leftover dump files.
Uros Bizjak
ubizjak@gmail.com
Thu Mar 20 16:39:00 GMT 2008
Hello!
2008-03-20 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/gomp/pr34692.c: Cleanup gimple dump file.
* gcc.dg/tree-ssa/ssa-lim-3.c: Remove -fdump-tree-optimized
from dg-options.
Patch was teste on i686-pc-linux-gnu, committed to mainline.
Uros.
Index: gcc.dg/gomp/pr34692.c
===================================================================
--- gcc.dg/gomp/pr34692.c (revision 133373)
+++ gcc.dg/gomp/pr34692.c (working copy)
@@ -24,3 +24,5 @@
cde f g h);
}
}
+
+/* { dg-final { cleanup-tree-dump "gimple" } } */
Index: gcc.dg/tree-ssa/ssa-lim-3.c
===================================================================
--- gcc.dg/tree-ssa/ssa-lim-3.c (revision 133373)
+++ gcc.dg/tree-ssa/ssa-lim-3.c (working copy)
@@ -1,5 +1,5 @@
/* { dg-do compile } */
-/* { dg-options "-O -fdump-tree-lim-details -fdump-tree-optimized" } */
+/* { dg-options "-O -fdump-tree-lim-details" } */
struct { int x; int y; } global;
void foo(int n)
More information about the Gcc-patches
mailing list