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: Fix va-arg-25.c on non-Altivec PowerPC targets


> X-Original-To: geoffk@foam.wonderslug.com
> Cc: Aldy Hernandez <aldyh@redhat.com>, gcc-patches@gcc.gnu.org
> Date: Thu, 16 Oct 2003 21:59:37 -0400
> From: David Edelsohn <dje@watson.ibm.com>
> X-OriginalArrivalTime: 17 Oct 2003 02:05:47.0671 (UTC) FILETIME=[2E503270:01C39453]
> 
> >>>>> Geoff Keating writes:
> 
> > TARGET_ALTIVEC is the wrong macro, it should be an ABI test.  I'm
> > pretty sure this patch will cause va-arg-25 to fail on Darwin (you'll
> > notice that that testcase intentionally does *not* switch on Altivec).
> 
> 	Okay, I changed it to TARGET_ALTIVEC_ABI.

That sounds fine.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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