This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFC] EPILOGUE_USES on PPC


> backtrace.c:7: Can't find a register in class `LINK_REGS' while reloading 
> `asm'.

Reload knows that lr is in use.

> +#define	EPILOGUE_USES(REGNO)	((REGNO) == LINK_REGISTER_REGNUM)

Add `reload_completed &&'


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]