Re: [2/8] Add adjust_bitfield_address_size

2012-11-10 Thread Eric Botcazou
> Tested as described in the covering note. OK to install? > > Richard > > > gcc/ > * expr.h (adjust_address_1): Add a size parameter. > (adjust_address, adjust_address_nv, adjust_bitfield_address) > (adjust_bitfield_address_nv): Adjust accordingly. > (adjust_bitfield_ad

[2/8] Add adjust_bitfield_address_size

2012-11-03 Thread Richard Sandiford
As mentioned in the covering note, the new memory optabs take a BLKmode reference to the bitfield. That requires a new adjust_bitfield_address interface that takes the size of the reference as a parameter. Tested as described in the covering note. OK to install? Richard gcc/ * expr.h