On Fri, 11 Jul 2014, Martin Liška wrote:
2014-07-11  Martin Liska  <mli...@suse.cz>

    * doc/invoke.texi: Added missing options to options
    that control optimization. Missing -foptimize-strlen option
    introduced.

I applied the following patch on top of yours, adding @code in
one, and @option in another case.

Gerald

2014-08-24  Gerald Pfeifer  <ger...@pfeifer.com>

        * doc/invoke.texi (Optimize Options): Fix markup in two cases.

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi     (revision 214408)
+++ doc/invoke.texi     (working copy)
@@ -7232,7 +7232,7 @@
@opindex foptimize-strlen
Optimize various standard C string functions (e.g. @code{strlen},
@code{strchr} or @code{strcpy}) and
-their _FORTIFY_SOURCE counterparts into faster alternatives.
+their @code{_FORTIFY_SOURCE} counterparts into faster alternatives.

Enabled at levels @option{-O2}, @option{-O3}.

@@ -7401,7 +7401,7 @@
This option is only meaningful on architectures that support such
instructions, which include x86, PowerPC, IA-64 and S/390.

-Enabled by default at -O1 and higher.
+Enabled by default at @option{-O1} and higher.

The default is @option{-fbranch-count-reg}.

Reply via email to