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


>>>>> 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.

David


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