This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Ciao,
Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]