I'll push this as obvious soon. -- >8 -- gcc/ChangeLog:
* doc/extend.texi: Add missing @option. --- 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 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 base-commit: 8daae81113eeff37b4ae2e08a9797295fbc8b81e -- 2.45.2