https://gcc.gnu.org/g:74cdc9a4d85fe521aaf5cc6556b4438e5aa58a9f
commit 74cdc9a4d85fe521aaf5cc6556b4438e5aa58a9f Author: Marek Polacek <pola...@redhat.com> Date: Tue Jul 23 16:32:20 2024 -0400 doc: add missing @option for musttail gcc/ChangeLog: * doc/extend.texi: Add missing @option. Diff: --- gcc/doc/extend.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index b0273927b256..66c99ef7a667 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