[PTR-PLUS] Committed merge from the mainline

Andrew Pinski pinskia@gmail.com
Wed May 2 01:27:00 GMT 2007


On 5/1/07, Andrew Pinski <pinskia@gmail.com> wrote:
> On 2/25/07, Andrew_Pinski@playstation.sony.com
> <Andrew_Pinski@playstation.sony.com> wrote:
> > Hi,
> >   I committed a merge of the mainline into the pointer_plus  branch up
> > till 122323 revision.
>
> Hi, I merged again up to revision 124343.
>
> I also fixed one vectorizer bug which was simple to fix with respect
> of having POINTER_PLUS_EXPR checks.

I almost forgot I added a check in expr.c  to assert when pointer's
modes is different from the size_type's mode.  This can only happen
for targets like ia64-hpux and s390x.  I don't support those yet but
it should be easy to support that case, I think.

Thanks,
Andrew Pinski

        * expr.c (expand_expr_real_1): Add FIXME/assert for the unhandle case
        where the modes of the two operands are different.



More information about the Gcc-patches mailing list