This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e714992755 RISC-V: Change MD attribute avl_type into avl_type_idx[NFC] new fa68e04e760 OpenMP/Fortran: Group handling of 'if' clause without and w [...] new 3a3596389c2 OpenACC 2.7: Implement self clause for compute constructs
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/c/c-parser.cc | 60 +++++++++++++++++++- gcc/c/c-typeck.cc | 1 + gcc/cp/parser.cc | 64 +++++++++++++++++++++- gcc/cp/pt.cc | 1 + gcc/cp/semantics.cc | 5 +- gcc/fortran/dump-parse-tree.cc | 42 +++++++------- gcc/fortran/frontend-passes.cc | 4 +- gcc/fortran/gfortran.h | 3 +- gcc/fortran/openmp.cc | 44 +++++++++++++-- gcc/fortran/trans-openmp.cc | 18 ++++++ gcc/gimplify.cc | 2 + gcc/omp-expand.cc | 41 ++++++++++++++ gcc/omp-low.cc | 2 + gcc/testsuite/c-c++-common/goacc/self-clause-1.c | 22 ++++++++ gcc/testsuite/c-c++-common/goacc/self-clause-2.c | 17 ++++++ gcc/testsuite/gfortran.dg/goacc/self.f95 | 53 ++++++++++++++++++ gcc/tree-core.h | 3 + gcc/tree-nested.cc | 2 + gcc/tree-pretty-print.cc | 7 ++- gcc/tree.cc | 2 + gcc/tree.h | 2 + include/gomp-constants.h | 2 + libgomp/oacc-parallel.c | 11 ++++ .../libgomp.oacc-c-c++-common/{if-1.c => self-1.c} | 52 +++++++++--------- 24 files changed, 396 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/self-clause-1.c create mode 100644 gcc/testsuite/c-c++-common/goacc/self-clause-2.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/self.f95 copy libgomp/testsuite/libgomp.oacc-c-c++-common/{if-1.c => self-1.c} (92%)