Index: gcc.dg/tree-ssa/fre-vce-1.c =================================================================== --- gcc.dg/tree-ssa/fre-vce-1.c (revision 148760) +++ gcc.dg/tree-ssa/fre-vce-1.c (working copy) @@ -33,3 +33,5 @@ /* { dg-final { scan-tree-dump-times "sv_\[0-9\]\\\(D\\\)->i" 2 "fre" } } */ /* { dg-final { scan-tree-dump-times "sv.i" 2 "fre" } } */ + +/* { dg-final { cleanup-tree-dump "fre" } } */ Index: gcc.dg/vect/vect.exp =================================================================== --- gcc.dg/vect/vect.exp (revision 148760) +++ gcc.dg/vect/vect.exp (working copy) @@ -121,8 +121,9 @@ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/nodump-*.\[cS\]]] \ "" $DEFAULT_VECTCFLAGS +set VECT_SLP_CFLAGS $DEFAULT_VECTCFLAGS + lappend DEFAULT_VECTCFLAGS "-fdump-tree-vect-details" -set VECT_SLP_CFLAGS $DEFAULT_VECTCFLAGS lappend VECT_SLP_CFLAGS "-fdump-tree-slp-details" # Main loop. Index: gcc.dg/vect/vect-shift-2.c =================================================================== --- gcc.dg/vect/vect-shift-2.c (revision 148760) +++ gcc.dg/vect/vect-shift-2.c (working copy) @@ -187,3 +187,5 @@ TRACE_DONE (); return 0; } + +/* { dg-final { cleanup-tree-dump "vect" } } */