Commit 45a1ba93 by Uros Bizjak Committed by Uros Bizjak

fre-vce-1.c: Cleanup "fre" tree dump.

	* gcc.dg/tree-ssa/fre-vce-1.c: Cleanup "fre" tree dump.
	* gcc.dg/vect/vect-shift-2.c: Cleanup "vect" tree dump.
	* gcc.dg/vect/vect.exp (VECT_SLP_CFLAGS): Initialize with original
	DEFAULT_VECTFLAGS.

From-SVN: r148766
parent c910ceff
2009-06-21 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tree-ssa/fre-vce-1.c: Cleanup "fre" tree dump.
* gcc.dg/vect/vect-shift-2.c: Cleanup "vect" tree dump.
* gcc.dg/vect/vect.exp (VECT_SLP_CFLAGS): Initialize with original
DEFAULT_VECTFLAGS.
2009-06-21 Ira Rosen <irar@il.ibm.com>
Revital Eres <eres@il.ibm.com>
......
......@@ -33,3 +33,5 @@ void a2 (struct s1 sv, int i)
/* { 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" } } */
......@@ -187,3 +187,5 @@ int main ()
TRACE_DONE ();
return 0;
}
/* { dg-final { cleanup-tree-dump "vect" } } */
......@@ -121,8 +121,9 @@ lappend DEFAULT_VECTCFLAGS "-O2"
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/nodump-*.\[cS\]]] \
"" $DEFAULT_VECTCFLAGS
lappend DEFAULT_VECTCFLAGS "-fdump-tree-vect-details"
set VECT_SLP_CFLAGS $DEFAULT_VECTCFLAGS
lappend DEFAULT_VECTCFLAGS "-fdump-tree-vect-details"
lappend VECT_SLP_CFLAGS "-fdump-tree-slp-details"
# Main loop.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment