This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix for powerpc-linux-gnualtivec
On Thu, 21 Feb 2002, Aldy Hernandez wrote:
> >>>>> "Alan" == Alan Matsuoka <alanm@redhat.com> writes:
>
> > # > && LEGITIMATE_ADDRESS_INTEGER_P (XEXP (X, 1), 0) \
> > # > ! && (! ALTIVEC_VECTOR_MODE (MODE) || INTVAL (X) == 0) \
> > # > && (((MODE) != DFmode && (MODE) != DImode) \
> > # > || (TARGET_32BIT \
> > # > --- 2116,2121 ----
> > # > && INT_REG_OK_FOR_BASE_P (XEXP (X, 0), (STRICT)) \
> > # > && LEGITIMATE_ADDRESS_INTEGER_P (XEXP (X, 1), 0) \
> > # > ! && (! ALTIVEC_VECTOR_MODE (mode) \
> > # > ! || (GET_CODE (XEXP (X,1)) == CONST_INT && INTVAL (XEXP (X,1)) == 0)) \
> > # > && (((MODE) != DFmode && (MODE) != DImode) \
>
> i agree. This is ok.
>
> thanks for catching it.
Actually it was not OK. There was a typo. The one that I committed is correct.
Alan Matsuoka
GCC Engineering
Red Hat Canada, Ltd
mailto:alanm@redhat.com Tel: (416) 482-2661 x250 / Fax: (416) 482-6299