From: Arsen Arsenović Date: Mon, 17 Jul 2023 21:17:07 +0000 (+0200) Subject: extend.texi: index __auto_type X-Git-Tag: basepoints/gcc-15~7549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790fef14ba8e4c4c5fe3d5c5a8237347dc52f4d6;p=thirdparty%2Fgcc.git extend.texi: index __auto_type gcc/ChangeLog: * doc/extend.texi: Add @cindex on __auto_type. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 093bd97ba4de..ec9ffa3c86e8 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -843,6 +843,7 @@ Thus, @code{array (pointer (char), 4)} is the type of arrays of 4 pointers to @code{char}. @end itemize +@cindex @code{__auto_type} in GNU C In GNU C, but not GNU C++, you may also declare the type of a variable as @code{__auto_type}. In that case, the declaration must declare only one variable, whose declarator must just be an identifier, the