This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: extract/store_bit_field fix
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Geoff Keating <geoffk at geoffk dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 30 Apr 2002 17:40:34 -0400
- Subject: Re: extract/store_bit_field fix
>>>>> 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-*-*".
David