vmx.exp: Explain why we skip tests for powerpc-eabispe.

* gcc.dg/vmx/vmx.exp: Explain why we skip tests for
	powerpc-eabispe.

From-SVN: r85346
This commit is contained in:
Aldy Hernandez 2004-07-30 18:37:03 +00:00 committed by Aldy Hernandez
parent f370ef24f4
commit 9497a3a471
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-30 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/vmx/vmx.exp: Explain why we skip tests for
powerpc-eabispe.
2004-07-30 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/vmx/vmx.exp: Disable tests for eabispe.

View File

@ -20,7 +20,8 @@
load_lib gcc-dg.exp
# Skip these tests for non-PowerPC targets and for Aix, where AltiVec
# is not yet supported.
# is not yet supported. Also, skip these tests on the SPE because
# AltiVec and E500 opcodes conflict.
if {![istarget powerpc*-*-*] || [istarget powerpc*-*-aix*]
|| [istarget powerpc*-*eabispe*] } {
return