aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2014-08-24 19:26:49 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2014-08-24 19:26:49 +0000
commit9277bbcaf5af9568995695444a69907332b2367a (patch)
treeed8b5e55200c69d8196bbf1034b40113ed65be5c /gcc/doc
parent37c5f877a4528d28fd4624373af09bf19df42c13 (diff)
downloadgcc-9277bbcaf5af9568995695444a69907332b2367a.zip
gcc-9277bbcaf5af9568995695444a69907332b2367a.tar.gz
gcc-9277bbcaf5af9568995695444a69907332b2367a.tar.bz2
* doc/invoke.texi (Optimize Options): Fix markup in two cases.
From-SVN: r214409
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 7debd6b..2026fa5 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -7232,7 +7232,7 @@ Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
@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 @@ register, compare it against zero, then branch based upon the result.
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}.