http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55388
--- Comment #13 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-11-23 16:00:35 UTC --- Author: ebotcazou Date: Fri Nov 23 16:00:26 2012 New Revision: 193760 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193760 Log: PR rtl-optimization/55388 * alias.c (nonoverlapping_component_refs_p): Handle bitfields. * emit-rtl.c (adjust_address_1): Deal with VOIDmode early. * expmed.c (store_bit_field): Turn the call to adjust_address into a call to adjust_bitfield_address_size. Modified: trunk/gcc/ChangeLog trunk/gcc/alias.c trunk/gcc/emit-rtl.c trunk/gcc/expmed.c