invoke.texi patch installed

Jan Hubicka hubicka@atrey.karlin.mff.cuni.cz
Thu Apr 27 06:11:00 GMT 2000


This patch fixes problem I've introduced by documenting the
-foptimize-sibling-calls flag, that appears in the midle of
-fomit-frame-pointer documentation.

Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>

	* invoke.texi (-foptimize-sibling-calls): Fix.

Index: egcs/gcc//invoke.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/invoke.texi,v
retrieving revision 1.187
diff -c -3 -p -r1.187 invoke.texi
*** invoke.texi	2000/04/27 07:10:55	1.187
--- invoke.texi	2000/04/27 13:09:35
*************** restore frame pointers; it also makes an
*** 2469,2477 ****
  in many functions.  @strong{It also makes debugging impossible on
  some machines.}
  
- @item -foptimize-sibling-calls
- Optimize sibling and tail recursive calls.
- 
  @ifset INTERNALS
  On some machines, such as the Vax, this flag has no effect, because
  the standard calling sequence automatically handles the frame pointer
--- 2469,2474 ----
*************** machine-description macro @code{FRAME_PO
*** 2487,2492 ****
--- 2484,2492 ----
  whether a target machine supports this flag.  @xref{Registers,,Register
  Usage, gcc.info, Using and Porting GCC}.@refill
  @end ifclear
+ 
+ @item -foptimize-sibling-calls
+ Optimize sibling and tail recursive calls.
  
  @item -fno-inline
  Don't pay attention to the @code{inline} keyword.  Normally this option


More information about the Gcc-patches mailing list