OSDN Git Service

* gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jul 2004 13:51:12 +0000 (13:51 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jul 2004 13:51:12 +0000 (13:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85331 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vmx/vmx.exp

index 1db479c..ec12faf 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
+
+       * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
+
 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
 
        * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
index f1b761c..21d1700 100644 (file)
@@ -21,7 +21,8 @@ load_lib gcc-dg.exp
 
 # Skip these tests for non-PowerPC targets and for Aix, where AltiVec
 # is not yet supported.
-if {![istarget powerpc*-*-*] || [istarget powerpc*-*-aix*]} {
+if {![istarget powerpc*-*-*] || [istarget powerpc*-*-aix*]
+    || [istarget powerpc*-*eabispe*] } {
     return
 }