This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14628] ICE on c++ sources


------- Additional Comments From ciceron at gcc dot gnu dot org  2004-06-06 13:24 -------
The problem is similar to bug 14457 and is caused by an invalid
(mem:HI (mem:HI reg)) rtx that we have to split to access the low byte
and the high byte (this is not splitable as there is no
(mem:HI (plus (mem HI reg) 1)))


*** This bug has been marked as a duplicate of 14457 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14628


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]