Add OMP_STANDALONE_CLAUSES.
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 29 Apr 2015 15:44:41 +0000 (17:44 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 29 Apr 2015 15:44:41 +0000 (17:44 +0200)
commitb811915de18ac5837e60898cf05cbb428dc35ead
tree5d32459e9ed3ee300bc31e8c1358d46db24be2d7
parentf970a17d6fc79eda660c78632ceff35d814933a8
Add OMP_STANDALONE_CLAUSES.

gcc/
* tree.h (OMP_STANDALONE_CLAUSES): New macro.
* gimplify.c (gimplify_omp_workshare): Use it.
gcc/c/
* c-parser.c (c_parser_oacc_enter_exit_data): Use
OMP_STANDALONE_CLAUSES.
gcc/cp/
* parser.c (cp_parser_oacc_enter_exit_data): Use
OMP_STANDALONE_CLAUSES.

From-SVN: r222580
gcc/ChangeLog
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/gimplify.c
gcc/tree.h