diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-10-11 12:42:06 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2013-10-11 12:42:06 +0200 |
commit | 6545f0b3ff7d2bf435cfa5b7c9fd1b92aa96063c (patch) | |
tree | 155db3758d416030fd164733183991e955375e65 | |
parent | 1a79fb8af28aa7f01010be69a0927b46df63bbcc (diff) | |
download | gcc-6545f0b3ff7d2bf435cfa5b7c9fd1b92aa96063c.zip gcc-6545f0b3ff7d2bf435cfa5b7c9fd1b92aa96063c.tar.gz gcc-6545f0b3ff7d2bf435cfa5b7c9fd1b92aa96063c.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/doc/generic.texi | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b8c5708..5f4b0ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2013-10-11 Thomas Schwinge <thomas@codesourcery.com> + * 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 07e3f5a..ccecd6e8 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}, |