From 093daf0fc7ddbde9214ae6cca049bb80fa7d65ab Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Sat, 3 May 2008 16:31:59 +0000 Subject: [PATCH] loop-36.c: Cleanup the dump file. 2008-05-03 Richard Guenther * gcc.dg/tree-ssa/loop-36.c: Cleanup the dump file. From-SVN: r134912 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/tree-ssa/loop-36.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3a474546c81..1eea8481071 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 6b408a20386..0af4d534a7f 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" } } */ -- 2.30.2