diff options
author | Richard Guenther <rguenther@suse.de> | 2008-05-03 16:31:59 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2008-05-03 16:31:59 +0000 |
commit | 093daf0fc7ddbde9214ae6cca049bb80fa7d65ab (patch) | |
tree | e0659e340061de9feff0ac77b30ac0b848437636 /gcc | |
parent | e8234b1145fb237375dda56448f9202874d0faf2 (diff) | |
download | gcc-093daf0fc7ddbde9214ae6cca049bb80fa7d65ab.zip gcc-093daf0fc7ddbde9214ae6cca049bb80fa7d65ab.tar.gz gcc-093daf0fc7ddbde9214ae6cca049bb80fa7d65ab.tar.bz2 |
loop-36.c: Cleanup the dump file.
2008-05-03 Richard Guenther <rguenther@suse.de>
* gcc.dg/tree-ssa/loop-36.c: Cleanup the dump file.
From-SVN: r134912
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/loop-36.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3a47454..1eea848 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-05-03 Richard Guenther <rguenther@suse.de> + + * gcc.dg/tree-ssa/loop-36.c: Cleanup the dump file. + 2008-05-03 Jerry DeLisle <jvdelisle@gcc.gnu.org> 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 6b408a2..0af4d53 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" } } */ |