This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][RFC] Move TREE_VEC length and SSA_NAME version into tree_base


On 21 August 2012 10:58, Richard Guenther <rguenther@suse.de> wrote:
> Index: trunk/gcc/tree.h
> ===================================================================
> *** trunk.orig/gcc/tree.h       2012-08-20 12:47:47.000000000 +0200
> --- trunk/gcc/tree.h    2012-08-21 10:32:47.717394657 +0200
> *************** enum omp_clause_code
> *** 417,423 ****
>      so all nodes have these fields.
>
>      See the accessor macros, defined below, for documentation of the
> !    fields.  */
>
>   struct GTY(()) tree_base {
>     ENUM_BITFIELD(tree_code) code : 16;
> --- 417,424 ----
>      so all nodes have these fields.
>
>      See the accessor macros, defined below, for documentation of the
> !    fields, and the table below which connects the fileds and the
> !    accessor macros.  */

Typo "fileds".

Jay.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]