http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48084
--- Comment #7 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-04-02 05:38:12 UTC --- Author: hjl Date: Sat Apr 2 05:38:06 2011 New Revision: 171872 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171872 Log: Call convert_memory_address in ix86_expand_builtin. 2011-03-21 H.J. Lu <hongjiu...@intel.com> PR target/48084 * explow.c (copy_addr_to_reg): Don't convert to Pmode here. * config/i386/i386.c (ix86_expand_builtin): Call convert_memory_address. Modified: branches/x32/gcc/ChangeLog.x32 branches/x32/gcc/config/i386/i386.c branches/x32/gcc/explow.c