[Bug target/14457] [3.4/3.5? Regression] ICE with simple c++ source

ciceron at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jun 6 14:02:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list