From: Thomas Schwinge Date: Fri, 11 Oct 2013 10:42:06 +0000 (+0200) Subject: generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not sub-codes. X-Git-Tag: releases/gcc-4.9.0~3597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6545f0b3ff7d2bf435cfa5b7c9fd1b92aa96063c;p=thirdparty%2Fgcc.git generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not sub-codes. gcc/ * doc/generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not sub-codes. From-SVN: r203414 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b8c57081add4..5f4b0ae24990 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2013-10-11 Thomas Schwinge + * doc/generic.texi (OpenMP): OMP_CLAUSE_* are subcodes, not + sub-codes. + * doc/generic.texi (Adding new DECL node types): Explain *_CHECK macros. diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 07e3f5ae8a10..ccecd6e842f4 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -2204,7 +2204,7 @@ regular critical section around the expression is used. @item OMP_CLAUSE Represents clauses associated with one of the @code{OMP_} directives. -Clauses are represented by separate sub-codes defined in +Clauses are represented by separate subcodes defined in @file{tree.h}. Clauses codes can be one of: @code{OMP_CLAUSE_PRIVATE}, @code{OMP_CLAUSE_SHARED}, @code{OMP_CLAUSE_FIRSTPRIVATE},