From: Segher Boessenkool Date: Wed, 26 Jun 2019 07:43:52 +0000 (+0200) Subject: doc: Fix opindex for -W options X-Git-Tag: misc/cutover-git~4563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de80936dbf2ae4a6304a8cbe70e05b483bcc7ee9;p=thirdparty%2Fgcc.git doc: Fix opindex for -W options @opindex -Wxxx is wrong; it should be @opindex Wxxx. * doc/invoke.texi (Warning Options): Fix some @opindex syntax. From-SVN: r272672 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d06f5569bcd3..896ca5732d21 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-06-26 Segher Boessenkool + + * doc/invoke.texi (Warning Options): Fix some @opindex syntax. + 2019-06-26 Martin Liska PR tree-optimization/90973 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e6d591cc13de..03d2895c9d7e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6146,8 +6146,8 @@ false positives and is deactivated by default. @item -Wattribute-alias=@var{n} @itemx -Wno-attribute-alias -@opindex -Wattribute-alias -@opindex -Wno-attribute-alias +@opindex Wattribute-alias +@opindex Wno-attribute-alias Warn about declarations using the @code{alias} and similar attributes whose target is incompatible with the type of the alias. @xref{Function Attributes,,Declaring Attributes of Functions}.