Re: MEM_REF representation problem, and folding fix

2013-04-30 Thread Richard Biener
On Mon, Apr 29, 2013 at 11:20 PM, Bernd Schmidt wrote: > Currently, MEM_REF contains two pointer arguments, one which is supposed > to be a base object and another which is supposed to be a constant > offset. This representation is somewhat problematic, as not all machines > treat pointer values a

MEM_REF representation problem, and folding fix

2013-04-29 Thread Bernd Schmidt
Currently, MEM_REF contains two pointer arguments, one which is supposed to be a base object and another which is supposed to be a constant offset. This representation is somewhat problematic, as not all machines treat pointer values as essentially integers. On machines where size_t is smaller than