Commit 92ec3570 by Paolo Bonzini Committed by Paolo Bonzini

re PR testsuite/40567 (Revision 149002 caused many failures)

2009-06-27  Paolo Bonzini  <bonzini@gnu.org>

	PR testsuite/40567
	* gcc.dg/vect/vect.exp: Fix lappend syntax.

From-SVN: r149006
parent 75d28030
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> 2009-06-26 Richard Henderson <rth@redhat.com>
PR testsuite/40565 PR testsuite/40565
......
...@@ -259,7 +259,7 @@ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/ggc-*.\[cS\]]] \ ...@@ -259,7 +259,7 @@ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/ggc-*.\[cS\]]] \
# With -O3. # With -O3.
# Don't allow IPA cloning, because it throws our counts out of whack. # Don't allow IPA cloning, because it throws our counts out of whack.
set DEFAULT_VECTCFLAGS $SAVED_DEFAULT_VECTCFLAGS 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-*-*"] { if [istarget "spu-*-*"] {
lappend DEFAULT_VECTCFLAGS "-funroll-loops" lappend DEFAULT_VECTCFLAGS "-funroll-loops"
} }
......
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