Re: [PATCH] Fix PR38884

2012-04-28 Thread H.J. Lu
On Thu, Oct 6, 2011 at 1:36 AM, Richard Guenther wrote: > > This handles the case of CSEing part of an SSA name that is stored > to memory and defined with a composition like COMPLEX_EXPR or > CONSTRUCTOR.  This fixes the remaining pieces of PR38884 and > PR38885. > > Bootstrapped and tested on x8

[PATCH] Fix PR38884

2011-10-06 Thread Richard Guenther
This handles the case of CSEing part of an SSA name that is stored to memory and defined with a composition like COMPLEX_EXPR or CONSTRUCTOR. This fixes the remaining pieces of PR38884 and PR38885. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2011-10-06 Rich