This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14457] [3.4/3.5? Regression] ICE with simple c++ source
- From: "ciceron at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2004 14:02:03 -0000
- Subject: [Bug target/14457] [3.4/3.5? Regression] ICE with simple c++ source
- References: <20040306052629.14457.namsh@kldp.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ciceron at gcc dot gnu dot org 2004-06-06 14:01 -------
The bug was caused by a (MEM:HI (MEM:HI reg)) operand that must be split in two
part to access the low and high byte. Such split is not possible as there is
no (MEM:HI (PLUS:HI (MEM:HI reg) (const_int 1))). Fixed (see patches).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14457