On Mon, Oct 21, 2013 at 2:33 PM, Bernd Edlinger
wrote:
> Oops...
>
>
>> Hello,
>>
>> this patch removes the dependency of DECL_BIT_FIELD on the
>> flag_strict_volatile_bitfields,
>> and makes get_inner_reference not returning a different mode for
>> non-volatile members
>> if flag_strict-volatil
Oops...
> Hello,
>
> this patch removes the dependency of DECL_BIT_FIELD on the
> flag_strict_volatile_bitfields,
> and makes get_inner_reference not returning a different mode for non-volatile
> members
> if flag_strict-volatile_bitfields is used.
>
> This fixes the regression on the SH-target
Hello,
this patch removes the dependency of DECL_BIT_FIELD on the
flag_strict_volatile_bitfields,
and makes get_inner_reference not returning a different mode for non-volatile
members
if flag_strict-volatile_bitfields is used.
This fixes the regression on the SH-target, due to the patch "Fix as