]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/ChangeLog
Some OpenACC host_data cleanup
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 2 Dec 2015 15:53:34 +0000 (16:53 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 2 Dec 2015 15:53:34 +0000 (16:53 +0100)
commitff7a55bf56a6f148b29c8fd44ca90c4e535fc2bd
treec8f7da9f522b4ae53b8fc0d2a564056033d1bbfb
parentdb0f1c7a906bd8798a4016c1622f5999897e7469
Some OpenACC host_data cleanup

gcc/c/
* c-parser.c (c_parser_omp_clause_name)
(c_parser_oacc_all_clauses): Alphabetical sorting.
gcc/cp/
* parser.c (cp_parser_omp_clause_name)
(cp_parser_oacc_all_clauses): Alphabetical sorting.
* pt.c (tsubst_omp_clauses): Handle OMP_CLAUSE_USE_DEVICE.
gcc/testsuite/
* c-c++-common/goacc/host_data-5.c: New file.
* c-c++-common/goacc/host_data-6.c: Likewise.
* gfortran.dg/goacc/coarray.f95: XFAIL.
* gfortran.dg/goacc/coarray_2.f90: Adjust dg-excess-errors
directive.
* gfortran.dg/goacc/host_data-tree.f95: Remove dg-prune-output
directive.
libgomp/
* testsuite/libgomp.oacc-c-c++-common/host_data-2.c: Restrict to
target openacc_nvidia_accel_selected.
* testsuite/libgomp.oacc-c-c++-common/host_data-4.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/host_data-5.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/host_data-3.c: Remove file.
* testsuite/libgomp.oacc-c-c++-common/host_data-6.c: Remove file.

Co-Authored-By: James Norris <James_Norris@mentor.com>
Co-Authored-By: Julian Brown <julian@codesourcery.com>
From-SVN: r231184
15 files changed:
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/goacc/host_data-5.c [moved from libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-3.c with 82% similarity]
gcc/testsuite/c-c++-common/goacc/host_data-6.c [moved from libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-6.c with 84% similarity]
gcc/testsuite/gfortran.dg/goacc/coarray.f95
gcc/testsuite/gfortran.dg/goacc/coarray_2.f90
gcc/testsuite/gfortran.dg/goacc/host_data-tree.f95
libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-2.c
libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-4.c
libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-5.c