From: mpolacek Date: Tue, 10 Jun 2014 05:09:59 +0000 (+0000) Subject: PR c/60988 X-Git-Tag: upstream/5.3.0~7879 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35402d60a25a2def2ffb4e867818b4132f165a88;p=platform%2Fupstream%2Flinaro-gcc.git PR c/60988 * doc/extend.texi: Add cindex for transparent_union. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211396 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c63d04..3fdd5a5 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 23a7809..42db985 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.