On Tue, 7 Apr 2015, Jakub Jelinek wrote:
> Hi!
>
> bit_offset in get_inner_reference is offset_int (i.e. a wide_int larger than
> address size). get_inner_reference has code to handle the case when
> bit_offset is negative by splitting it into a byte offset and very small
> positive bitpos, but
Hi!
bit_offset in get_inner_reference is offset_int (i.e. a wide_int larger than
address size). get_inner_reference has code to handle the case when
bit_offset is negative by splitting it into a byte offset and very small
positive bitpos, but on the following testcase bit_offset isn't negative,
j