Commit e40a0ebe by David Edelsohn Committed by David Edelsohn

vect.exp: Use -mcpu=970 instead of 7400.

        * gcc.dg/vect/vect.exp: Use -mcpu=970 instead of 7400.
        * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: Same.

From-SVN: r129512
parent 554c2941
2007-10-20 David Edelsohn <edelsohn@gnu.org>
* gcc.dg/vect/vect.exp: Use -mcpu=970 instead of 7400.
* gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: Same.
2007-10-20 Tobias Burnus <burnus@net-b.de>
PR fortran/33818
......@@ -49,7 +49,7 @@ if [check_vmx_hw_available] {
} else {
if [is-effective-target ilp32] {
# Specify a cpu that supports VMX for compile-only tests.
lappend DEFAULT_VECTCFLAGS "-mcpu=7400"
lappend DEFAULT_VECTCFLAGS "-mcpu=970"
}
set dg-do-what-default compile
}
......
......@@ -48,7 +48,7 @@ if [istarget "powerpc*-*-*"] {
} else {
if [is-effective-target ilp32] {
# Specify a cpu that supports VMX for compile-only tests.
lappend DEFAULT_VECTCFLAGS "-mcpu=7400"
lappend DEFAULT_VECTCFLAGS "-mcpu=970"
}
set dg-do-what-default compile
}
......
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