summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/vect.exp
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-10 08:34:37 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-10 08:34:37 +0000
commit2a866ab1fb97a2b31654e829f8ab1b14aefa716e (patch)
treee16f0c424ff346b3113a1caea8704f1d89be709a /gcc/testsuite/gcc.dg/vect/vect.exp
parentcd09b00e87e0320908e68f1f0740cba7839aa998 (diff)
downloadgcc-2a866ab1fb97a2b31654e829f8ab1b14aefa716e.tar.gz
2007-12-10 Paolo Bonzini <bonzini@gnu.org>
PR target/32086 * config/i386/i386.c (override_options): Enable -fvect-cost-model. 2007-12-10 Paolo Bonzini <bonzini@gnu.org> PR target/32086 * gcc.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model. * g++.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model. * gfortran.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130738 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/vect.exp')
-rw-r--r--gcc/testsuite/gcc.dg/vect/vect.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/vect.exp b/gcc/testsuite/gcc.dg/vect/vect.exp
index 40cb29f5a6f..04fbc0178d9 100644
--- a/gcc/testsuite/gcc.dg/vect/vect.exp
+++ b/gcc/testsuite/gcc.dg/vect/vect.exp
@@ -23,7 +23,7 @@ load_lib gcc-dg.exp
set DEFAULT_VECTCFLAGS ""
# These flags are used for all targets.
-lappend DEFAULT_VECTCFLAGS "-ftree-vectorize"
+lappend DEFAULT_VECTCFLAGS "-ftree-vectorize" "-fno-vect-cost-model"
# If the target system supports vector instructions, the default action
# for a test is 'run', otherwise it's 'compile'. Save current default.