http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47727
--- Comment #10 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-07-14 22:50:29 UTC --- Author: hjl Date: Thu Jul 14 22:50:26 2011 New Revision: 176289 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176289 Log: Permute the conversion and addition for zero-extending. 2011-07-10 H.J. Lu <hongjiu...@intel.com> PR middle-end/47727 * explow.c (convert_memory_address_addr_space): Permute the conversion and addition if one operand is a constant and we are zero-extending. Call convert_memory_address_addr_space_1 instead convert_memory_address_addr_space. Modified: branches/x32/gcc/ChangeLog.x32 branches/x32/gcc/explow.c