This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48084] [x32] internal compiler error: in copy_to_mode_reg, at explow.c:630
- From: "hjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 12 Mar 2011 15:50:44 +0000
- Subject: [Bug target/48084] [x32] internal compiler error: in copy_to_mode_reg, at explow.c:630
- Auto-submitted: auto-generated
- References: <bug-48084-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48084
--- Comment #6 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-12 15:50:41 UTC ---
Author: hjl
Date: Sat Mar 12 15:50:38 2011
New Revision: 170904
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170904
Log:
Convert to Pmode if needed.
gcc/
2011-03-12 H.J. Lu <hongjiu.lu@intel.com>
PR target/48084
* explow.c (copy_addr_to_reg): Convert to Pmode if needed.
gcc/testsuite/
2011-03-12 H.J. Lu <hongjiu.lu@intel.com>
PR target/48084
* gcc.target/i386/pr48084-5.c: New.
Added:
branches/x32/gcc/testsuite/gcc.target/i386/pr48084-5.c
Modified:
branches/x32/gcc/ChangeLog.x32
branches/x32/gcc/explow.c
branches/x32/gcc/testsuite/ChangeLog.x32