This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-7-branch in repository gcc.
from e3e34db9d76 Add support for CUDA 9 new b4dd21b9a1f Use functional parameters for data mappings in OpenACC chil [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog.openacc | 6 + Makefile.def | 2 + Makefile.in | 2 + configure | 17 ++ configure.ac | 17 ++ gcc/ChangeLog.openacc | 28 +++ gcc/builtin-types.def | 4 + gcc/config/nvptx/nvptx.c | 4 + gcc/fortran/ChangeLog.openacc | 5 + gcc/fortran/types.def | 4 + gcc/omp-builtins.def | 4 +- gcc/omp-expand.c | 13 +- gcc/omp-low.c | 234 +++++++++++++++++---- gcc/tree-ssa-structalias.c | 22 +- libgomp/ChangeLog.openacc | 33 +++ libgomp/Makefile.am | 9 +- libgomp/Makefile.in | 6 +- libgomp/config.h.in | 3 + libgomp/configure | 35 ++- libgomp/configure.ac | 14 +- libgomp/libgomp-plugin.h | 7 + libgomp/libgomp.h | 2 + libgomp/libgomp.map | 2 + libgomp/libgomp_g.h | 2 + libgomp/oacc-host.c | 26 +++ libgomp/oacc-parallel.c | 95 +++++++-- libgomp/plugin/plugin-nvptx.c | 137 +++++++++--- libgomp/target.c | 2 + libgomp/testsuite/Makefile.in | 2 + .../combined-directives-1.c | 5 + 30 files changed, 636 insertions(+), 106 deletions(-) create mode 100644 ChangeLog.openacc