On 21 August 2012 10:58, Richard Guenther <rguent...@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.