call_value pattern

2007-03-09 Thread Markus Franke
Dear GCC Developers, I have a rather simple piece of a call_value instruction pattern in my machine description: ---snip--- (define_insn call_value [(set (match_operand 0 ) (call (match_operand:QI 1 ) (match_operand:SI 2 )))] jal\\t%S0%( [(set_attr type jump)

Re: call_value pattern

2007-03-09 Thread Ian Lance Taylor
Markus Franke [EMAIL PROTECTED] writes: What am I doing wrong? It seems so simple but I can't figure out what's wrong with my pattern. Run the compiler under gdb and do a backtrace to see where the ICE is coming from. Ian