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: Another sibcall fix



  In message <20000325232937.C27609@atrey.karlin.mff.cuni.cz>you write:
  > Hi
  > When sibcall sequence contains nested call, the sibcall is never done
  > due to failure in identify_call.
  > While looking for it I found anouther bug causing tail calls never to be
  > detected in -mno-defer-pop compilation.
  > 
  > Honza
  > 
  > Sat Mar 25 23:18:56 CET 2000  Jan Hubicka  <jh@suse.cz>
  > 
  > 	* sibcall.c (indentify_call_return_value): Find last call in the chain;
  > 	Allow stack adjustment after function call.
I 3-staged this (i686-pc-linux-gnu) and ran the testsuite with no regressions.

Installed.
jeff


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