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: [m68k] register renaming not properly tracking used registers


On Sun, Oct 17, 2004 at 04:32:26PM -0400, Peter Barada wrote:
> Where in the code should I look to track this problem down?

You should use HARD_REGNO_RENAME_OK to disallow using non-live
registers in interrupt functions.


r~


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