This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patches: disable vmx tests on powerpc-eabispe
Aldy Hernandez <aldyh@redhat.com> writes:
> 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?
Looks good.
zw