Re: [PATCH] Fix PR48805: Do not instantiate ADDR_EXPRs

2011-07-24 Thread Richard Guenther
On Sat, Jul 23, 2011 at 4:38 PM, Sebastian Pop wrote: > On Sat, Jul 23, 2011 at 09:35, Sebastian Pop wrote: >> With this patch we avoid instantiating ADDR_EXPR: it makes no sense >> to translate b[i] into b[{0, +, 1}_1]. >> > > This should have been &b[i] and &b[{0, +, 1}_1]. > > Ok for trunk? O

Re: [PATCH] Fix PR48805: Do not instantiate ADDR_EXPRs

2011-07-23 Thread Sebastian Pop
On Sat, Jul 23, 2011 at 09:35, Sebastian Pop wrote: > With this patch we avoid instantiating ADDR_EXPR: it makes no sense > to translate b[i] into b[{0, +, 1}_1]. > This should have been &b[i] and &b[{0, +, 1}_1]. Ok for trunk? Thanks, Sebastian > Bootstrapped and tested on amd64-linux. > > 20

[PATCH] Fix PR48805: Do not instantiate ADDR_EXPRs

2011-07-23 Thread Sebastian Pop
With this patch we avoid instantiating ADDR_EXPR: it makes no sense to translate b[i] into b[{0, +, 1}_1]. Bootstrapped and tested on amd64-linux. 2011-07-22 Sebastian Pop PR middle-end/48805 * tree-scalar-evolution.c (instantiate_scev_r): Return chrec_dont_know for AD