mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 09:50:42 +08:00
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:
parent
f370ef24f4
commit
9497a3a471
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user