From: Marek Polacek Date: Tue, 23 Jul 2024 20:32:20 +0000 (-0400) Subject: doc: add missing @option for musttail X-Git-Tag: basepoints/gcc-16~7318 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8c40aed0f81ca8aac1ae43f140f489eda2d3a07;p=thirdparty%2Fgcc.git doc: add missing @option for musttail gcc/ChangeLog: * doc/extend.texi: Add missing @option. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index b0273927b25..66c99ef7a66 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