]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/ChangeLog
Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 23 Dec 2015 11:01:18 +0000 (12:01 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 23 Dec 2015 11:01:18 +0000 (12:01 +0100)
commitc7b48c8ae5a68e227e0e917ce32533b8d571bf9b
tree35d28c7390d3ab361c0b04f4531b9f00b23c98a4
parente013d90cf66c85f64106cf0a4a3398cadb4812e1
Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR

gcc/c/
* c-parser.c (c_parser_oacc_clause_use_device): Merge function
into...
(c_parser_omp_clause_use_device_ptr): ... this function.  Adjust
all users.
gcc/
* tree-core.h (enum omp_clause_code): Merge OMP_CLAUSE_USE_DEVICE
into OMP_CLAUSE_USE_DEVICE_PTR.  Adjust all users.

From-SVN: r231926
15 files changed:
gcc/ChangeLog
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/c/c-typeck.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/fortran/trans-openmp.c
gcc/gimplify.c
gcc/omp-low.c
gcc/testsuite/gfortran.dg/goacc/host_data-tree.f95
gcc/tree-core.h
gcc/tree-nested.c
gcc/tree-pretty-print.c
gcc/tree.c