patches: disable vmx tests on powerpc-eabispe

Aldy Hernandez aldyh@redhat.com
Sat Jul 31 08:58:00 GMT 2004


On Fri, Jul 30, 2004 at 10:45:00AM -0700, Zack Weinberg wrote:
> Aldy Hernandez <aldyh@redhat.com> writes:
> 
> >   # Skip these tests for non-PowerPC targets and for Aix, where AltiVec
> >   # is not yet supported.
> > ! if {![istarget powerpc*-*-*] || [istarget powerpc*-*-aix*]
> > !     || [istarget powerpc*-*eabispe*] } {
> >       return
> >   }
> 
> The comment is now out of sync with the code.

How about this?

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

Index: gcc.dg/vmx/vmx.exp
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/vmx/vmx.exp,v
retrieving revision 1.4
diff -c -p -r1.4 vmx.exp
*** gcc.dg/vmx/vmx.exp	30 Jul 2004 13:51:12 -0000	1.4
--- gcc.dg/vmx/vmx.exp	30 Jul 2004 18:17:52 -0000
***************
*** 20,26 ****
  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*]
      || [istarget powerpc*-*eabispe*] } {
      return
--- 20,27 ----
  load_lib gcc-dg.exp
  
  # Skip these tests for non-PowerPC targets and for Aix, where AltiVec
! # 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



More information about the Gcc-patches mailing list