This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: extract/store_bit_field fix
David Edelsohn <dje@watson.ibm.com> writes:
> Why is this test run for all PowerPC targets and not
> powerpc-*-*altivec powerpc-*-*-*altivec?
All targets support the -maltivec flag, which is what is being tested.
The *altivec configury is supposed to only choose the default for the
ABI.
It's only a compile test, so it doesn't matter if the actual hardware
supports altivec or not.
--
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>