Index: gcc.dg/tree-ssa/loadpre6.c =================================================================== --- gcc.dg/tree-ssa/loadpre6.c (revision 162461) +++ gcc.dg/tree-ssa/loadpre6.c (working copy) @@ -76,4 +76,5 @@ /* { dg-final { scan-tree-dump-not "= unexpanded_var_list;" "fre" } } */ /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre" } } */ /* { dg-final { scan-tree-dump-times "Insertions: 2" 1 "pre" } } */ +/* { dg-final { cleanup-tree-dump "fre" } } */ /* { dg-final { cleanup-tree-dump "pre" } } */ Index: gcc.dg/ipa/pure-const-2.c =================================================================== --- gcc.dg/ipa/pure-const-2.c (revision 162461) +++ gcc.dg/ipa/pure-const-2.c (working copy) @@ -26,3 +26,5 @@ } /* { dg-final { scan-tree-dump "found to be pure: i_am_pure" "local-pure-const1"} } */ /* { dg-final { scan-tree-dump-not "i_am_pure" "optimized"} } */ +/* { dg-final { cleanup-tree-dump "local-pure-const1" } } */ +/* { dg-final { cleanup-tree-dump "optimized" } } */ Index: gcc.dg/ipa/ipa-sra-6.c =================================================================== --- gcc.dg/ipa/ipa-sra-6.c (revision 162461) +++ gcc.dg/ipa/ipa-sra-6.c (working copy) @@ -30,3 +30,4 @@ } /* { dg-final { scan-tree-dump-times "foo " 1 "eipa_sra" } } */ +/* { dg-final { cleanup-tree-dump "eipa_sra" } } */