From: Richard Guenther Date: Sat, 3 May 2008 16:31:59 +0000 (+0000) Subject: loop-36.c: Cleanup the dump file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=093daf0fc7ddbde9214ae6cca049bb80fa7d65ab;p=gcc.git 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 --- 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" } } */