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]

Patch for typo in doc/invoke.texi committed (fixing "limited register renaming at -O2")


Jan, it doesn't seem like you did "make info && make dvi" which is
prerequisite for doc patches.  Also, I don't think I saw approval for the
patch including that change: implementation for -fmessy-debugging, msg
subject "limited register renaming at -O2".

Following committed as obvious, since "make info && make dvi"
passes, while it didn't before.

	* doc/invoke.texi (Optimize Options): Delete spurious @table.

Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/doc/invoke.texi,v
retrieving revision 1.53
diff -p -c -r1.53 invoke.texi
*** invoke.texi	2001/09/28 17:20:25	1.53
--- invoke.texi	2001/09/29 10:44:30
*************** except for debugging section.
*** 3426,3432 ****
  This optimization enables such transformations.  It is still compatible with
  @option{-g}, but debugging resulting programs will be even higher challenge.
  
- @table @gcctabopt
  @item -fstrength-reduce
  @opindex fstrength-reduce
  Perform the optimizations of loop strength reduction and
--- 3426,3431 ----

brgds, H-P


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