diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3a474546c81c..1eea84810718 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-05-03 Richard Guenther + + * gcc.dg/tree-ssa/loop-36.c: Cleanup the dump file. + 2008-05-03 Jerry DeLisle PR fortran/33268 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-36.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-36.c index 6b408a20386e..0af4d534a7fd 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-36.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-36.c @@ -19,3 +19,4 @@ float foobar () { /* The temporary structure should have been promoted to registers by FRE after the loops have been unrolled by the early unrolling pass. */ /* { dg-final { scan-tree-dump-not "c\.array" "dce2" } } */ +/* { dg-final { cleanup-tree-dump "dce2" } } */