aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2024-07-23 16:32:20 -0400
committerThomas Koenig <tkoenig@gcc.gnu.org>2024-07-28 19:05:48 +0200
commit74cdc9a4d85fe521aaf5cc6556b4438e5aa58a9f (patch)
treeeed70f78107574707198658348e5bc22e822a2cb /gcc/doc
parentff65486d2ea0ed7d97081785dbef1f1f1cc2abda (diff)
downloadgcc-74cdc9a4d85fe521aaf5cc6556b4438e5aa58a9f.zip
gcc-74cdc9a4d85fe521aaf5cc6556b4438e5aa58a9f.tar.gz
gcc-74cdc9a4d85fe521aaf5cc6556b4438e5aa58a9f.tar.bz2
doc: add missing @option for musttail
gcc/ChangeLog: * doc/extend.texi: Add missing @option.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index b027392..66c99ef 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -9995,8 +9995,8 @@ If the compiler cannot generate a @code{musttail} tail call it will report
an error. On some targets tail calls may never be supported.
Tail calls cannot reference locals in memory, which may affect
builds without optimization when passing small structures, or passing
-or returning large structures. Enabling -O1 or -O2 can improve
-the success of tail calls.
+or returning large structures. Enabling @option{-O1} or @option{-O2} can
+improve the success of tail calls.
@end table
@node Attribute Syntax