vect.exp: Use -mcpu=970 instead of 7400.
authorDavid Edelsohn <edelsohn@gnu.org>
Sat, 20 Oct 2007 14:48:28 +0000 (14:48 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 20 Oct 2007 14:48:28 +0000 (10:48 -0400)
        * gcc.dg/vect/vect.exp: Use -mcpu=970 instead of 7400.
        * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: Same.

From-SVN: r129512

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

index c10c500b48ef6978099cce9d55095c8a41e17573..33843559b2ee17570bdaf0b53f81c27cf65d51cc 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 4f710634e8ad174fe50678ce627c99c777b6d2cd..7401cca75c892c79ba22ddeb85b92aaa9e824912 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 e9103328a188ffe1b5099c8182189a0cd99955ae..bf854f67b977f85ee23a8420c2e9271a038ac345 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
     }