diff options
author | Marek Polacek <polacek@redhat.com> | 2014-06-10 05:09:59 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2014-06-10 05:09:59 +0000 |
commit | c9f2b7e90ab7580521fa91274551784f6d4815f5 (patch) | |
tree | feebf6984e9159a084be87d5ac2c1b6cfcd0bf78 /gcc | |
parent | 2cfa504a0899b31068b37c5ab4bcaaed5c6973d5 (diff) | |
download | gcc-c9f2b7e90ab7580521fa91274551784f6d4815f5.zip gcc-c9f2b7e90ab7580521fa91274551784f6d4815f5.tar.gz gcc-c9f2b7e90ab7580521fa91274551784f6d4815f5.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 7 insertions, 0 deletions
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 <polacek@redhat.com> + + PR c/60988 + * doc/extend.texi: Add cindex for transparent_union. + 2014-06-09 Thomas Preud'homme <thomas.preudhomme@arm.com> * 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. |