]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: add missing @option for musttail
authorMarek Polacek <polacek@redhat.com>
Tue, 23 Jul 2024 20:32:20 +0000 (16:32 -0400)
committerMarek Polacek <polacek@redhat.com>
Tue, 23 Jul 2024 20:33:34 +0000 (16:33 -0400)
gcc/ChangeLog:

* doc/extend.texi: Add missing @option.

gcc/doc/extend.texi

index b0273927b25632a898aaf99cf57942dd46bc01ba..66c99ef7a6673299efb61dbe1bcc265dc3f83c8d 100644 (file)
@@ -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