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: Potential bug in stmt.c (expand_value_return)


On Wed, Feb 02, 2000 at 10:26:02PM +0000, Joern Rennecke wrote:
> > If you adjust the stack before the return register is loaded,
> > you don't need the use. 
> 
> But what if the return register is to be loaded from the stack?

do_pending_stack_adjust is not the epilogue.  It's
popping the arguments pushed for previous calls.
Any stack slot live data is in will still be live
after do_pending_stack_adjust.


r~

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