Reload problem: asm operand requires impossible reload

Ian Lance Taylor iant@google.com
Fri May 1 16:24:00 GMT 2009


"Bingfeng Mei" <bmei@broadcom.com> writes:

> Actually, they do contain references to pseudo-registers. Only in following
> code (reload function in reload1.c, after the reload_as_needed function
> that emits error message), pseudo registers are replaced with requivalent
> memory operands.

Yes, but the insns generated by emit_reload_insns should not refer to
pseudo-registers.  That loop should only affect the insns which existed
before the reload pass was started.

Ian



More information about the Gcc mailing list