This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/47958] [x32] reload generates invalid address reference
- 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: Thu, 3 Mar 2011 22:15:39 +0000
- Subject: [Bug rtl-optimization/47958] [x32] reload generates invalid address reference
- Auto-submitted: auto-generated
- References: <bug-47958-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47958
--- Comment #1 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-03-03 22:15:29 UTC ---
Author: hjl
Date: Thu Mar 3 22:15:26 2011
New Revision: 170664
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170664
Log:
Put symbol reference in memory in ptr_mode.
gcc/
2011-03-02 H.J. Lu <hongjiu.lu@intel.com>
PR rtl-optimization/47958
* reload.c (find_reloads): Put symbol reference in memory
in ptr_mode.
gcc/testsuite/
2011-03-02 H.J. Lu <hongjiu.lu@intel.com>
PR rtl-optimization/47958
* gcc.dg/torture/pr47958-1.c: New.
Added:
branches/x32/gcc/testsuite/gcc.dg/torture/pr47958-1.c
Modified:
branches/x32/gcc/ChangeLog.x32
branches/x32/gcc/reload.c
branches/x32/gcc/testsuite/ChangeLog.x32