> How about using in store_bit_field the same logic you added to > store_expr_with_bounds to get input MEMs to have a compatible mode? > This patch was regstrapped on i686-linux-gnu and x86_64-linux-gnu. Ok > to install? > > > support BLKmode inputs for store_bit_field > > From: Alexandre Oliva <aol...@redhat.com> > > Revision 228586 changed useless_type_conversion_p and added mode > changes for MEM:BLKmode inputs in store_expr_with_bounds, but it > missed store_bit_field. This caused ada/rts/s-regpat.ads to fail > compilation on x86_64-linux-gnu.
Thanks for fixing it. Note that this is PR middle-end/67912. -- Eric Botcazou