r193760 - in /trunk/gcc: ChangeLog alias.c emit...

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Fri Nov 23 16:00:00 GMT 2012


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



More information about the Gcc-cvs mailing list