Re: [PATCH][3/n] Fix PR50444, misalignment issues and SRA

2012-01-26 Thread Jakub Jelinek
On Tue, Jan 24, 2012 at 04:38:46PM +0100, Richard Guenther wrote: Bootstrapped and tested on x86_64-unknown-linux-gnu, ok for trunk? 2012-01-24 Richard Guenther rguent...@suse.de PR tree-optimization/50444 * expr.c (expand_assignment): Handle misaligned bases consistently,

[PATCH][3/n] Fix PR50444, misalignment issues and SRA

2012-01-24 Thread Richard Guenther
This addresses a defect in handling movmisalign-handled stores when they are wrapped in component-references (think of a vector mode aggregate containing a single vector, wrapped with a BIT_FIELD_REF to store a single vector element). I ran into this issue while trying to fix PR50444 (and made