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: [PATCH] Fix PR tree-opt/32417: 416.gamess ICEs (in aff_combination_add_elt, tree-affine.c)


On 6/28/07, Andrew_Pinski@playstation.sony.com
<Andrew_Pinski@playstation.sony.com> wrote:
Hi,
  The problem here is aff_combination_add_elt needs to be able to handle
pointer types which I had forgot to do with the original POINTER_PLUS_EXPR
patch.  This was not a tested area of the compiler which is why I did not
see it before.

This patch updates aff_combination_add_elt to handle pointers after the
addition of POINTER_PLUS_EXPR.

OK? Bootstrapped and tested on i686-linux-gnu with no regressions.

This is ok.


Thanks,
Richard.

Thanks,
Andrew Pinski


ChangeLog: * tree-affine.c (aff_combination_add_elt): Handle pointer addition specially.

        * gfortran.fortran-torture/compile/pr32417.f90:
        New test.






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