From 74cdc9a4d85fe521aaf5cc6556b4438e5aa58a9f Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Tue, 23 Jul 2024 16:32:20 -0400 Subject: doc: add missing @option for musttail gcc/ChangeLog: * doc/extend.texi: Add missing @option. --- gcc/doc/extend.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') 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 -- cgit v1.1