OSDN Git Service

* gcc.dg/vect/vect.exp: Use -mcpu=970 instead of 7400.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Oct 2007 14:48:28 +0000 (14:48 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Oct 2007 14:48:28 +0000 (14:48 +0000)
        * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: Same.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp
gcc/testsuite/gcc.dg/vect/vect.exp

index c10c500..3384355 100644 (file)
@@ -1,3 +1,8 @@
+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
index 4f71063..7401cca 100644 (file)
@@ -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
 }
index e910332..bf854f6 100644 (file)
@@ -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
     }