Commit ed378230 by Uros Bizjak Committed by Uros Bizjak

vect.exp (VEC_CFLAGS): Move initialization after DEFAULT_VECTFLAGS initialization.

	* gcc.dg/vect/vect.exp (VEC_CFLAGS): Move initialization after
	DEFAULT_VECTFLAGS initialization.

From-SVN: r179565
parent dae00b16
2011-10-05 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/vect/vect.exp (VEC_CFLAGS): Move initialization after
DEFAULT_VECTFLAGS initialization.
2011-10-05 Richard Guenther <rguenther@suse.de>
PR tree-optimization/38885
......
......@@ -39,15 +39,15 @@ if ![check_vect_support_and_set_flags] {
return
}
global VEC_FLAGS
set VEC_FLAGS $DEFAULT_VECTCFLAGS
# These flags are used for all targets.
lappend DEFAULT_VECTCFLAGS "-ftree-vectorize" "-fno-vect-cost-model"
# Initialize `dg'.
dg-init
global VEC_FLAGS
set VEC_FLAGS $DEFAULT_VECTCFLAGS
global O1_VECTCFLAGS
set O1_VECTCFLAGS $DEFAULT_VECTCFLAGS
lappend O1_VECTCFLAGS "-O1"
......
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