Re: [PATCH] FIx for PR51990 - ICE in copy_reference_ops_from_ref

2012-01-27 Thread Richard Guenther
On Fri, Jan 27, 2012 at 9:44 AM, Tom de Vries wrote: > On 26/01/12 12:08, Richard Guenther wrote: >> On Thu, Jan 26, 2012 at 10:35 AM, Tom de Vries >> wrote: >>> Richard, >>> >>> This patch fixes PR51990. >>> >>> The patch adds handling of WITH_SIZE_EXPR in copy_reference_ops_from_ref and >>> cr

Re: [PATCH] FIx for PR51990 - ICE in copy_reference_ops_from_ref

2012-01-27 Thread Tom de Vries
On 26/01/12 12:08, Richard Guenther wrote: > On Thu, Jan 26, 2012 at 10:35 AM, Tom de Vries wrote: >> Richard, >> >> This patch fixes PR51990. >> >> The patch adds handling of WITH_SIZE_EXPR in copy_reference_ops_from_ref and >> create_component_ref_by_pieces_1, preventing ICEs on the test-cases.

Re: [PATCH] FIx for PR51990 - ICE in copy_reference_ops_from_ref

2012-01-26 Thread Richard Guenther
On Thu, Jan 26, 2012 at 10:35 AM, Tom de Vries wrote: > Richard, > > This patch fixes PR51990. > > The patch adds handling of WITH_SIZE_EXPR in copy_reference_ops_from_ref and > create_component_ref_by_pieces_1, preventing ICEs on the test-cases. The create_component_ref_by_pieces_1 handling is i

[PATCH] FIx for PR51990 - ICE in copy_reference_ops_from_ref

2012-01-26 Thread Tom de Vries
Richard, This patch fixes PR51990. The patch adds handling of WITH_SIZE_EXPR in copy_reference_ops_from_ref and create_component_ref_by_pieces_1, preventing ICEs on the test-cases. Bootstrapped and reg-tested on x86_64. Ok for stage4 or stage1? Thanks, - Tom 2012-01-26 Tom de Vries