On Mon, Oct 21, 2013 at 2:33 PM, Bernd Edlinger <bernd.edlin...@hotmail.de> 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-volatile_bitfields is used. >> >> This fixes the regression on the SH-target, due to the patch "Fix asymmetric >> volatile handling >> in optimize_bit_field_compare": >> http://gcc.gnu.org/ml/gcc-patches/2013-10/msg01629.html >> >> Manually verified the mentioned test cases on a SH-cross-compiler. >> >> Boot-strapped and regression-tested on x86_64-linux-gnu. >> >> Ok for trunk?
Ok. Thanks, Richard. >> Bernd.