2009-06-27 Paolo Bonzini <bonzini@gnu.org>
PR testsuite/40567
* gcc.dg/vect/vect.exp: Fix lappend syntax.
From-SVN: r149006
+2009-06-27 Paolo Bonzini <bonzini@gnu.org>
+
+ PR testsuite/40567
+ * gcc.dg/vect/vect.exp: Fix lappend syntax.
+
2009-06-26 Richard Henderson <rth@redhat.com>
PR testsuite/40565
# With -O3.
# Don't allow IPA cloning, because it throws our counts out of whack.
set DEFAULT_VECTCFLAGS $SAVED_DEFAULT_VECTCFLAGS
-lappend DEFAULT_VECTCFLAGS "-O3 -fno-ipa-cp-clone"
+lappend DEFAULT_VECTCFLAGS "-O3" "-fno-ipa-cp-clone"
if [istarget "spu-*-*"] {
lappend DEFAULT_VECTCFLAGS "-funroll-loops"
}