------- Comment #1 from kai-gcc-bugs at khms dot westfalen dot de  2007-09-23 
07:29 -------
Also line 1623ff:

{

  rtx lateoperands[2];

  lateoperands[0] = operands[0];
  operands[0] = gen_rtx_REG (HImode, REGNO (operands[0]) + 1);

  lateoperands[1] = operands[1];
  operands[1] = gen_rtx_REG (HImode, REGNO (operands[1]) + 1);

  output_asm_insn (\"com %0\", operands);      <-------------
  output_asm_insn (\"com %0\", lateoperands);  <-------------
  output_asm_insn (\"inc %0\", operands);      <-------------
  output_asm_insn (\"adc %0\", lateoperands);  <-------------

  return \"\";                                 <-------------
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33533

Reply via email to