This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c64b09471a8 Daily bump. new a651e6d5918 openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support
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/c-family/c-omp.cc | 22 ++-- gcc/c-family/c-pragma.h | 1 + gcc/c/c-parser.cc | 164 +++++++++++++++++------- gcc/c/c-typeck.cc | 13 +- gcc/cp/parser.cc | 178 ++++++++++++++++++++------- gcc/cp/pt.cc | 13 +- gcc/cp/semantics.cc | 19 ++- gcc/fortran/trans-openmp.cc | 12 +- gcc/gimplify.cc | 106 +++++++++++----- gcc/lto-streamer-out.cc | 3 + gcc/omp-expand.cc | 43 ++++--- gcc/omp-general.cc | 12 +- gcc/omp-low.cc | 118 +++++++++--------- gcc/testsuite/c-c++-common/gomp/doacross-2.c | 18 ++- gcc/testsuite/c-c++-common/gomp/doacross-5.c | 94 ++++++++++++++ gcc/testsuite/c-c++-common/gomp/doacross-6.c | 74 +++++++++++ gcc/testsuite/c-c++-common/gomp/nesting-2.c | 11 +- gcc/testsuite/c-c++-common/gomp/ordered-3.c | 44 +++++-- gcc/testsuite/c-c++-common/gomp/sink-3.c | 2 +- gcc/testsuite/gfortran.dg/gomp/nesting-2.f90 | 4 +- gcc/tree-core.h | 14 ++- gcc/tree-nested.cc | 2 + gcc/tree-pretty-print.cc | 68 ++++++---- gcc/tree-streamer-in.cc | 5 + gcc/tree-streamer-out.cc | 4 + gcc/tree.cc | 2 + gcc/tree.h | 14 ++- 27 files changed, 770 insertions(+), 290 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/doacross-5.c create mode 100644 gcc/testsuite/c-c++-common/gomp/doacross-6.c