This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7893609 Add var in push_fields_onto_fieldstack new 2c4c872 [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++
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: gcc/ChangeLog | 6 + gcc/c-family/ChangeLog | 9 ++ gcc/c-family/c-common.h | 1 + gcc/c-family/c-omp.c | 40 +++++- gcc/c/ChangeLog | 19 +++ gcc/c/c-parser.c | 148 +++++++++------------ gcc/c/c-tree.h | 3 +- gcc/c/c-typeck.c | 36 ++--- gcc/cp/ChangeLog | 18 +++ gcc/cp/cp-tree.h | 3 +- gcc/cp/parser.c | 147 +++++++++++--------- gcc/cp/semantics.c | 54 +++----- gcc/fortran/trans-openmp.c | 4 - gcc/gimplify.c | 16 +-- gcc/testsuite/ChangeLog | 13 ++ gcc/testsuite/c-c++-common/goacc/loop-1.c | 10 +- gcc/testsuite/gfortran.dg/goacc/coarray_2.f90 | 1 + gcc/testsuite/gfortran.dg/goacc/combined_loop.f90 | 9 +- gcc/testsuite/gfortran.dg/goacc/cray.f95 | 2 +- gcc/testsuite/gfortran.dg/goacc/parameter.f95 | 2 +- gcc/tree-pretty-print.c | 11 +- gcc/tree.def | 8 +- gcc/tree.h | 20 --- libgomp/ChangeLog | 5 + .../libgomp.oacc-c-c++-common/combdir-1.c | 52 ++++++++ .../testsuite/libgomp.oacc-fortran/combdir-1.f90 | 37 ++++++ 26 files changed, 406 insertions(+), 268 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/combdir-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/combdir-1.f90