]> gcc.gnu.org Git - gcc.git/commit
Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 17 Mar 2016 15:07:54 +0000 (16:07 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 17 Mar 2016 15:07:54 +0000 (16:07 +0100)
commit91106e8435c68963f7f0a8e6bf45acb0b2a432ab
tree34546c9e023cfcd4b03b3aec5fd46fa8dae2a8c3
parentb38ba58bde4cdb7ffd47b56a79d1de819cfe9cea
Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE

Also rename the Fortran OMP_MAP_FORCE_DEALLOC to OMP_MAP_DELETE.

include/
* gomp-constants.h (enum gomp_map_kind): Rename
GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE.  Adjust all users.

gcc/fortran/
* gfortran.h (enum gfc_omp_map_op): Rename OMP_MAP_FORCE_DEALLOC
to OMP_MAP_DELETE.  Adjust all users.

From-SVN: r234294
12 files changed:
gcc/c/c-parser.c
gcc/cp/parser.c
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/openmp.c
gcc/fortran/trans-openmp.c
gcc/gimplify.c
gcc/omp-low.c
gcc/tree-pretty-print.c
include/ChangeLog
include/gomp-constants.h
libgomp/oacc-parallel.c
This page took 0.057624 seconds and 5 git commands to generate.