This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patches: disable vmx tests on powerpc-eabispe


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.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]