The newly added forwprop-28.c test was missing a dg-final clause to
remove the debugging dump is scans. This trivial patch adds the missing
dg-final.
Installed as obvious.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6dca973..5adbc01 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-20 Jeff Law <l...@redhat.com>
+
+ * gcc.dg/tree-ssa/forwprop-28.c: Add missing dg-final.
+
2013-06-20 Tobias Burnus <bur...@net-b.de>
PR fortran/57633
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
index 09d96ad..8e870b9 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
@@ -74,3 +74,5 @@ test_8 (int code)
}
/* { dg-final { scan-tree-dump-times "Replaced" 8 "forwprop1"} } */
+/* { dg-final { cleanup-tree-dump "forwprop1" } } */
+