This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403
- 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: Mon, 18 Jul 2011 17:53:51 +0000
- Subject: [Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403
- Auto-submitted: auto-generated
- References: <bug-47744-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744
--- Comment #38 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-07-18 17:53:46 UTC ---
Author: hjl
Date: Mon Jul 18 17:53:43 2011
New Revision: 176414
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176414
Log:
Allow only subregs of DImode hard regs in PLUS chains.
2011-07-18 Uros Bizjak <ubizjak@gmail.com>
PR target/47744
* config/i386/i386.c (ix86_decompose_address): Allow only subregs
of DImode hard regs in PLUS chains.
Modified:
branches/x32/gcc/ChangeLog.addr32
branches/x32/gcc/config/i386/i386.c