Use include/gomp-constants.h more actively.
commitfebcd8dfdb10fa80edff0880973d1915ca2fef74
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Dec 2014 22:26:24 +0000 (17 22:26 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Dec 2014 22:26:24 +0000 (17 22:26 +0000)
treecef09f8b0a2eea60ea872a82ab5a731bad2db48f
parent1c4f05a68c6d0d5b6137bb6d85a293d16727b389
Use include/gomp-constants.h more actively.

include/
* gomp-constants.h: Update.  Change all users.

gcc/
* builtins.c (expand_builtin_acc_on_device): Use
include/gomp-constants.h.
* omp-low.c (expand_omp_target, oacc_process_reduction_data)
(lower_omp_target): Likewise.
* tree-core.h (enum omp_clause_map_kind): Likewise.
gcc/c-family/
* c-omp.c (c_finish_oacc_wait): Use include/gomp-constants.h.
gcc/c/
* c-parser.c (c_parser_oacc_clause_async): Use
include/gomp-constants.h.
gcc/cp/
* parser.c (cp_parser_oacc_clause_async): Use
include/gomp-constants.h.
gcc/fortran/
* openmp.c (gfc_match_omp_clauses): Use include/gomp-constants.h.

libgomp/
* Makefile.am: Don't add ../include/gomp-constants.h to
nodist_libsubinclude_HEADERS.

libgomp/
* openacc.h: Don't include "gomp-constants.h".

libgomp/
* oacc-parallel.c (dump_var): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@218840 138bc75d-0d04-0410-961f-82ee72b054a4
25 files changed:
gcc/ChangeLog.gomp
gcc/builtins.c
gcc/c-family/ChangeLog.gomp
gcc/c-family/c-omp.c
gcc/c/ChangeLog.gomp
gcc/c/c-parser.c
gcc/cp/ChangeLog.gomp
gcc/cp/parser.c
gcc/fortran/ChangeLog.gomp
gcc/fortran/openmp.c
gcc/omp-low.c
gcc/tree-core.h
include/ChangeLog.gomp
include/gomp-constants.h
libgomp/ChangeLog.gomp
libgomp/Makefile.am
libgomp/Makefile.in
libgomp/libgomp_target.h
libgomp/oacc-mem.c
libgomp/oacc-parallel.c
libgomp/openacc.f90
libgomp/openacc.h
libgomp/openacc_lib.h
libgomp/target.c
libgomp/testsuite/lib/libgomp.exp