This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2ef8cd278af libstdc++: Improve comment about testsuite utilities new 36c73c7d502 Further changes for the OpenACC 'if_present' clause on the [...] new f98381a8723 OpenACC 'acc_get_property' cleanup
The 2 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: gcc/ChangeLog | 11 ++ gcc/gimplify.c | 15 ++- gcc/omp-low.c | 12 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/c-c++-common/goacc/host_data-1.c | 38 ++++-- gcc/testsuite/gfortran.dg/goacc/host_data-tree.f95 | 16 +-- gcc/tree-core.h | 3 + gcc/tree-pretty-print.c | 16 +-- gcc/tree.h | 5 + include/ChangeLog | 4 + include/gomp-constants.h | 15 --- libgomp/ChangeLog | 15 +++ libgomp/libgomp-plugin.h | 36 ++++-- libgomp/libgomp.h | 3 +- libgomp/oacc-host.c | 47 +++---- libgomp/oacc-init.c | 10 +- libgomp/openacc.f90 | 2 +- libgomp/openacc.h | 3 +- libgomp/plugin/plugin-gcn.c | 22 ++-- libgomp/plugin/plugin-hsa.c | 26 ---- libgomp/plugin/plugin-nvptx.c | 138 +++++++++++---------- libgomp/target.c | 65 ++++++---- liboffloadmic/ChangeLog | 5 + liboffloadmic/plugin/libgomp-plugin-intelmic.cpp | 21 ---- 24 files changed, 296 insertions(+), 237 deletions(-)