This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18421] ICE in reload_cse_simplify_operands, at postreload.c:391
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jul 2005 19:42:59 -0000
- Subject: [Bug target/18421] ICE in reload_cse_simplify_operands, at postreload.c:391
- References: <20041110182628.18421.bernhard.walle@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2005-07-06 19:42 -------
The patch in comment #11 is wrong. The condition (!((regno) < 8 && (regno) +
GET_MODE_SIZE (mode) / 4 > 8)) is always true when regno >= 8. It needs to be
moved up to under the first condition.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18421