Re: [PATCH, PR 61090] Pass gsi to build_ref_for_model in sra_modify_expr

2014-05-15 Thread Richard Biener
On Thu, 15 May 2014, Martin Jambor wrote: > Hi, > > my patch switching to more correct alias introduced an error into the > call of build_ref_for_model also in sra_modify_expr (when avoiding > VIEW_CONVERT_EXPR). We are no longer using access->base as the base > for the memory expression being b

[PATCH, PR 61090] Pass gsi to build_ref_for_model in sra_modify_expr

2014-05-15 Thread Martin Jambor
Hi, my patch switching to more correct alias introduced an error into the call of build_ref_for_model also in sra_modify_expr (when avoiding VIEW_CONVERT_EXPR). We are no longer using access->base as the base for the memory expression being built, but rather the original expression from the sourc