Hi,

On Wed, 16 Nov 2011, Eric Botcazou wrote:

> > f() may change the value of x, so you cannot optimize away the load on that
> > execution path.
> 
> This looks more like an aliasing issue with a, doesn't it?

Correct.  There's no call to f() between a[x] and x==100, but the store to 
a[x] might change x if x==0&&a==&x.


Ciao,
Michael.

Reply via email to