This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/20249] ICE in final_scan_insn, at final.c:2501
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Feb 2005 13:41:43 -0000
- Subject: [Bug middle-end/20249] ICE in final_scan_insn, at final.c:2501
- References: <20050228133725.20249.marcus@jet.franken.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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