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

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Mon Jan 12 16:17:00 GMT 2015


Author: tschwinge
Date: Mon Jan 12 16:17:35 2015
New Revision: 219476

URL: https://gcc.gnu.org/viewcvs?rev=219476&root=gcc&view=rev
Log:
Replace enum omp_clause_map_kind with enum gomp_map_kind.

	include/
	* gomp-constants.h (GOMP_MAP_LAST): Rename from
	GOMP_MAP_VALUE_LIMIT.  Change all users.
	(GOMP_MAP_ALLOC, GOMP_MAP_TO, GOMP_MAP_FROM, GOMP_MAP_TOFROM)
	(GOMP_MAP_POINTER, GOMP_MAP_TO_PSET, GOMP_MAP_FORCE_PRESENT)
	(GOMP_MAP_FORCE_DEALLOC, GOMP_MAP_FORCE_DEVICEPTR)
	(GOMP_MAP_FORCE_ALLOC, GOMP_MAP_FORCE_TO, GOMP_MAP_FORCE_FROM)
	(GOMP_MAP_FORCE_TOFROM): Move into a new enum gomp_map_kind.
	gcc/
	* tree-core.h (OMP_CLAUSE_MAP_ALLOC, OMP_CLAUSE_MAP_TO)
	(OMP_CLAUSE_MAP_FROM, OMP_CLAUSE_MAP_TOFROM)
	(OMP_CLAUSE_MAP_POINTER, OMP_CLAUSE_MAP_TO_PSET)
	(OMP_CLAUSE_MAP_FORCE_ALLOC, OMP_CLAUSE_MAP_FORCE_TO)
	(OMP_CLAUSE_MAP_FORCE_FROM, OMP_CLAUSE_MAP_FORCE_TOFROM)
	(OMP_CLAUSE_MAP_FORCE_PRESENT, OMP_CLAUSE_MAP_FORCE_DEALLOC)
	(OMP_CLAUSE_MAP_FORCE_DEVICEPTR, OMP_CLAUSE_MAP_LAST): Remove from
	enum omp_clause_map_kind.  Change all users to
	include/gomp-constants.h's enum gomp_map_kind.
	(enum omp_clause_map_kind): Remove.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/c/c-parser.c
    branches/gomp-4_0-branch/gcc/c/c-typeck.c
    branches/gomp-4_0-branch/gcc/cp/parser.c
    branches/gomp-4_0-branch/gcc/cp/semantics.c
    branches/gomp-4_0-branch/gcc/fortran/trans-openmp.c
    branches/gomp-4_0-branch/gcc/gimplify.c
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/tree-core.h
    branches/gomp-4_0-branch/gcc/tree-nested.c
    branches/gomp-4_0-branch/gcc/tree-pretty-print.c
    branches/gomp-4_0-branch/gcc/tree-streamer-in.c
    branches/gomp-4_0-branch/gcc/tree-streamer-out.c
    branches/gomp-4_0-branch/gcc/tree.h
    branches/gomp-4_0-branch/include/ChangeLog.gomp
    branches/gomp-4_0-branch/include/gomp-constants.h



More information about the Gcc-cvs mailing list