diff mbox

doc patch for gengtype's tag

Message ID 1278656584.8738.11.camel@glinka
State New
Headers show

Commit Message

Basile Starynkevitch July 9, 2010, 6:23 a.m. UTC
Hello All,

The following documentation patch to trunk rev 161983 clarifies the
issue of "gengtype & many GTY tags for same union component?"
http://gcc.gnu.org/ml/gcc/2010-07/msg00118.html &
http://gcc.gnu.org/ml/gcc/2010-07/msg00061.html 

############### patch::: ###############
 


############## gcc/ChangeLog entry ################
2010-07-09  Basile Starynkevitch  <basile@starynkevitch.net>
	* doc/gty.texi (The inside of a GTY): Improved tag documentation.


############## 

Ok for trunk?

Cheers

Comments

Laurynas Biveinis July 9, 2010, 8:57 a.m. UTC | #1
Hi,

2010/7/9 Basile Starynkevitch <basile@starynkevitch.net>:
>  there is one, otherwise no field in the union will be marked.
> +A union field can have at most one @code{tag}.

Join with a previous line.

I cannot approve this patch, but it looks good to me with that change.
diff mbox

Patch

Index: gcc/doc/gty.texi
===================================================================
--- gcc/doc/gty.texi	(revision 161983)
+++ gcc/doc/gty.texi	(working copy)
@@ -183,6 +183,7 @@  The value of the expression given by @code{desc} i
 each @code{tag} value, each of which should be different.  If no
 @code{tag} is matched, the field marked with @code{default} is used if
 there is one, otherwise no field in the union will be marked.
+A union field can have at most one @code{tag}.
 
 In the @code{desc} option, the ``current structure'' is the union that
 it discriminates.  Use @code{%1} to mean the structure containing it.