]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR c/60988 ("transparent_union" doesn't appear in the gcc manual index)
authorMarek Polacek <polacek@redhat.com>
Tue, 10 Jun 2014 05:09:59 +0000 (05:09 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Tue, 10 Jun 2014 05:09:59 +0000 (05:09 +0000)
PR c/60988
* doc/extend.texi: Add cindex for transparent_union.

From-SVN: r211396

gcc/ChangeLog
gcc/doc/extend.texi

index 0c63d04b52375d4860fa77d0ef593e7ce383ca27..3fdd5a5ae753c013b520f7333ff1328828efd326 100644 (file)
@@ -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
index 23a7809063ed7c96aefb200efeacfd09e98cc6e3..42db9858a0a4ecd0e13a4f687545b0aee6117f0a 100644 (file)
@@ -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.