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: extract/store_bit_field fix


>>>>> "David" == David Edelsohn <dje@watson.ibm.com> writes:

>>>>> Geoff Keating writes:
 Geoff> All targets support the -maltivec flag, which is what is being tested.
 Geoff> The *altivec configury is supposed to only choose the default for the
 Geoff> ABI.

 Geoff> It's only a compile test, so it doesn't matter if the actual hardware
 Geoff> supports altivec or not.

 > 	I am not worried about -maltivec, I am worried about ABI problems
 > actually causing the compiler to fail on the other "powerpc" targets and
 > that those tests only run for "powerpc-*-*" not "rs6000-*-*".

No, i verified.  It makes no difference with or without the altivec
ABI enhancements.

I'm being cautious as to what i test for all of powerpc-*-* as opposed
to powerpc-*-*altivec*.  The later should only be used, as you have
specified, for ABI causing problems, or for tests that need to be
executed.

Aldy


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