r218840 - in /branches/gomp-4_0-branch: gcc/Cha...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Wed Dec 17 22:26:00 GMT 2014


Author: tschwinge
Date: Wed Dec 17 22:26:24 2014
New Revision: 218840

URL: https://gcc.gnu.org/viewcvs?rev=218840&root=gcc&view=rev
Log:
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.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/builtins.c
    branches/gomp-4_0-branch/gcc/c-family/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/c-family/c-omp.c
    branches/gomp-4_0-branch/gcc/c/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/c/c-parser.c
    branches/gomp-4_0-branch/gcc/cp/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/cp/parser.c
    branches/gomp-4_0-branch/gcc/fortran/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/fortran/openmp.c
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/tree-core.h
    branches/gomp-4_0-branch/include/ChangeLog.gomp
    branches/gomp-4_0-branch/include/gomp-constants.h
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/Makefile.am
    branches/gomp-4_0-branch/libgomp/Makefile.in
    branches/gomp-4_0-branch/libgomp/libgomp_target.h
    branches/gomp-4_0-branch/libgomp/oacc-mem.c
    branches/gomp-4_0-branch/libgomp/oacc-parallel.c
    branches/gomp-4_0-branch/libgomp/openacc.f90
    branches/gomp-4_0-branch/libgomp/openacc.h
    branches/gomp-4_0-branch/libgomp/openacc_lib.h
    branches/gomp-4_0-branch/libgomp/target.c
    branches/gomp-4_0-branch/libgomp/testsuite/lib/libgomp.exp



More information about the Gcc-cvs mailing list