Re: [PATCH] Fix DECL_BIT_FIELD dependent on flag_strict_volatile_bitfields

2013-10-21 Thread Richard Biener
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

RE: [PATCH] Fix DECL_BIT_FIELD dependent on flag_strict_volatile_bitfields

2013-10-21 Thread Bernd Edlinger
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

[PATCH] Fix DECL_BIT_FIELD dependent on flag_strict_volatile_bitfields

2013-10-21 Thread Bernd Edlinger
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