This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b4d8a56a4c6 Disable decimal floating point in frange. new 938cda53601 Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_ite [...]
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/fortran/dump-parse-tree.cc | 38 +++- gcc/fortran/gfortran.h | 13 +- gcc/fortran/openmp.cc | 218 +++++++++++++-------- gcc/fortran/parse.cc | 3 +- gcc/fortran/trans-openmp.cc | 35 ++-- gcc/testsuite/gfortran.dg/gomp/all-memory-1.f90 | 2 +- .../gfortran.dg/gomp/depend-iterator-2.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/depobj-2.f90 | 6 +- gcc/testsuite/gfortran.dg/gomp/doacross-5.f90 | 88 +++++++++ gcc/testsuite/gfortran.dg/gomp/doacross-6.f90 | 77 ++++++++ libgomp/libgomp.texi | 5 +- 11 files changed, 370 insertions(+), 117 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/doacross-5.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/doacross-6.f90