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]
Other format: [Raw text]

Re: How can INITIAL_FRAME_POINTER_OFFSET be made correct?


If you mention LINK_REGS in EPILOGUE_USES, you'll have to assume that
it is always 'used', and use REG_N_SETS to check if it's clobbered.

Otherwise, I'd suggest setting a watchpoint to find out where exactly
regs_ever_live[LINK_REGS] is set.


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