From: Marek Polacek Date: Tue, 10 Jun 2014 05:09:59 +0000 (+0000) Subject: re PR c/60988 ("transparent_union" doesn't appear in the gcc manual index) X-Git-Tag: releases/gcc-5.1.0~6994 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9f2b7e90ab7580521fa91274551784f6d4815f5;p=thirdparty%2Fgcc.git re PR c/60988 ("transparent_union" doesn't appear in the gcc manual index) PR c/60988 * doc/extend.texi: Add cindex for transparent_union. From-SVN: r211396 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c63d04b5237..3fdd5a5ae753 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-06-10 Marek Polacek + + PR c/60988 + * doc/extend.texi: Add cindex for transparent_union. + 2014-06-09 Thomas Preud'homme * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 23a7809063ed..42db9858a0a4 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -5732,6 +5732,8 @@ You may only specify this attribute on the definition of an @code{enum}, also define the enumerated type, structure or union. @item transparent_union +@cindex @code{transparent_union} attribute + This attribute, attached to a @code{union} type definition, indicates that any function parameter having that union type causes calls to that function to be treated in a special way.