[Bug target/11519] When Building m68hc11: Internal compiler error: in print_operand_address

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Nov 16 04:12:00 GMT 2003


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



More information about the Gcc-bugs mailing list