2009-06-27 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Jun 2009 14:40:29 +0000 (14:40 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Jun 2009 14:40:29 +0000 (14:40 +0000)
PR testsuite/40567
* gcc.dg/vect/vect.exp: Fix lappend syntax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149006 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect.exp

index 75923b7..dc56bd0 100644 (file)
@@ -1,3 +1,8 @@
+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
index 5158e09..149bf0f 100644 (file)
@@ -259,7 +259,7 @@ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/ggc-*.\[cS\]]]  \
 # 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"
 }