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 middle-end/20249] ICE in final_scan_insn, at final.c:2501


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-28 13:41 -------
This is an invalid instruction in the first place see how the modes are missed matched:
(set (reg:DI 3 3 [ z ])  (reg:SI 5 5 [124]))

Note the code is valid I was just talking about the RTL instrunction.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
          Component|c                           |middle-end
           Keywords|                            |ice-on-valid-code


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


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