David Livshin <[EMAIL PROTECTED]> writes:

> x.c: In function ‘bar’:
> x.c:13: error: unrecognizable insn:
> (jump_insn 26 25 27 2 (set (pc)
>         (reg:SI 52)) -1 (nil)
>     (nil))
> x.c:13: internal compiler error: in extract_insn, at recog.c:2084
> 
> 
> The .md file defines ( mandatory ) "indirect_jump" which allows ( a certain 
> kind of ) register as parameter.
> What is missing?

Either the pattern doesn't match indirect_jump, or the instruction
predicate returns zero, or the operand predicate returns zero.

Beyond that we don't have enough information to say.

Ian

Reply via email to