On 11/20/2012 09:29 AM, Richard Sandiford wrote: > Gah. How about this patch, currently bootstrapping on x86_64-linux-gnu > as a sanity check? The last instance seems glaringly obvious in > hindsight :-( > > Richard > > > gcc/ > * expmed.c (store_bit_field_1): Use adjust_bitfield_address_size > rather than adjust_bitfield_address to change the mode of a reference. > (extract_bit_field_1): Likewise.
That patch does fix my ICE. It looks all good, too. As you say, glaringly obvious even. ;-) r~