This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e046a3dbfe6 Use get_related_vectype_for_scalar_type for reduction indices new 4c8c592c4f8 [AArch64] Tighten mode checks in aarch64_builtin_vectorized [...] new 0551e5b130f OpenACC – support "if" + "if_present" clauses with "host_data"
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 | 6 ++ gcc/c/c-parser.c | 4 +- gcc/config/aarch64/aarch64-builtins.c | 17 ++-- gcc/cp/parser.c | 4 +- gcc/fortran/openmp.c | 5 +- gcc/omp-low.c | 3 + gcc/testsuite/c-c++-common/goacc/host_data-1.c | 28 ++++++- gcc/testsuite/gfortran.dg/goacc/host_data-tree.f95 | 12 ++- include/gomp-constants.h | 6 +- libgomp/oacc-parallel.c | 3 +- libgomp/target.c | 14 +++- .../libgomp.oacc-c-c++-common/host_data-7.c | 66 ++++++++++++++++ .../testsuite/libgomp.oacc-fortran/host_data-5.F90 | 92 ++++++++++++++++++++++ 13 files changed, 240 insertions(+), 20 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-7.c create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/host_data-5.F90