Re: [PATCH] Fix PR58941

2013-11-07 Thread Richard Biener
On Wed, 6 Nov 2013, Richard Sandiford wrote: > Richard Biener writes: > > --- 599,615 > > > > exp = TREE_OPERAND (exp, 0); > > } > > > > + /* We need to deal with variable arrays ending structures. */ > > + if (seen_variable_array_ref > > + && maxsize != -1 > >

Re: [PATCH] Fix PR58941

2013-11-06 Thread Richard Sandiford
Richard Biener writes: > --- 599,615 > > exp = TREE_OPERAND (exp, 0); > } > > + /* We need to deal with variable arrays ending structures. */ > + if (seen_variable_array_ref > + && maxsize != -1 > + && (!bit_offset.fits_shwi () > + || !host_integerp