[PATCH 2/3] Move MEM_REF expansion to a new function

Richard Guenther rguenther@suse.de
Tue Mar 13 15:07:00 GMT 2012


On Tue, 13 Mar 2012, Michael Matz wrote:

> Hi,
> 
> On Mon, 12 Mar 2012, Martin Jambor wrote:
> 
> > OK, the following patch changes the places where I previously called the 
> > new function to call expand_expr with EXPAND_WRITE modifier and then 
> > makes sure we do not perform reads into rvalues in expand_expr_real_1 in 
> > the contexts where I need to avoid that.
> > 
> > So far it has passed bootstrap and testing on x86_64-linux, bootstraps 
> > and testsuite runs on the other platforms are still underway.  What do 
> > you think?
> 
> I like it, but can't approve.

Looks good to me, too.  Thus, ok for trunk if the other platform
tests succeed.

Thanks,
Richard.



More information about the Gcc-patches mailing list