http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47727
--- Comment #9 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-02-14 19:00:55 UTC --- Author: hjl Date: Mon Feb 14 19:00:52 2011 New Revision: 170149 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170149 Log: Permute the conversion and addition if one operand is a constant. gcc/ 2011-02-14 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. gcc/testsuite/ 2011-02-14 H.J. Lu <hongjiu...@intel.com> PR middle-end/47727 * gcc.dg/pr47727.c: New. Added: branches/x32/gcc/testsuite/gcc.dg/pr47727.c Modified: branches/x32/gcc/ChangeLog.x32 branches/x32/gcc/explow.c branches/x32/gcc/testsuite/ChangeLog.x32