http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47381
--- Comment #3 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-01-20 19:06:05 UTC --- Author: hjl Date: Thu Jan 20 19:06:03 2011 New Revision: 169062 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169062 Log: Use x32_lea_nonmemory_operand on 64bit LEA split. gcc/ 2011-01-20 H.J. Lu <hongjiu...@intel.com> PR target/47381 * config/i386/i386.md (64bit LEA split): Replace nonmemory_operand with x32_lea_nonmemory_operand. gcc/testsuite/ 2011-01-20 H.J. Lu <hongjiu...@intel.com> PR target/47381 * gcc.target/i386/pr47381-3.c: New. Added: branches/x32/gcc/testsuite/gcc.target/i386/pr47381-3.c Modified: branches/x32/gcc/ChangeLog.x32 branches/x32/gcc/config/i386/i386.md branches/x32/gcc/testsuite/ChangeLog.x32