This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11519] When Building m68hc11: Internal compiler error: in print_operand_address
- 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: 16 Nov 2003 04:12:41 -0000
- Subject: [Bug target/11519] When Building m68hc11: Internal compiler error: in print_operand_address
- References: <20030714205623.11519.x86guru@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-16 04:12 -------
The problem is with the machine description file some how:
(define_insn "*movhi_m68hc11"
[(set (match_operand:HI 0 "nonimmediate_operand" "=dAw,!u,m,m,dAw,!*u")
(match_operand:HI 1 "general_operand" "dAwim,dAw,dA,?Aw,!*u,dAw"))]
"TARGET_M6811"
"*
{
m68hc11_gen_movhi (insn, operands);
return \"\";
}")
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Last reconfirmed|2003-07-25 00:17:01 |2003-11-16 04:12:36
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11519