This is the mail archive of the gcc-patches@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: reload: fix for gcc.c-torture/execute/990127-1.c -O0 on SH



  In message <20000821153037.C24004@cygnus.com>you write:
  > On Mon, Aug 21, 2000 at 07:57:47AM -0600, Jeffrey A Law wrote:
  > > Hmmm, I thought we were not supposed to have death notes for the frame
  > > pointer.  That's what I'd look at first.
  > 
  > You're thinking of the stack pointer.
  > 
  > I suppose we could do the same thing for the frame pointer, but I'm
  > not thrilled about the notion.  I thought Alex's proposed patch was
  > pretty nice.
How can we compute accurate death notes for the frame pointer before reload
has completed?  Any reference to a pseudo would need to make the FP live since
the pseudo might not get a hard reg and would be loaded from the current
frame.

jeff


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