This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch for typo in doc/invoke.texi committed (fixing "limited register renaming at -O2")
- To: gcc-patches at gcc dot gnu dot org, jh at suse dot cz
- Subject: Patch for typo in doc/invoke.texi committed (fixing "limited register renaming at -O2")
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- Date: Sat, 29 Sep 2001 12:58:24 +0200
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