This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-13 in repository gcc.
from 9464449ee61 ChangeLog.omp for: OpenMP/Fortran: Reject not strictly nest [...] new be6e90ff5f1 OpenMP/Fortran: Reject declarations between target + teams new 087feef19a9 libgomp.texi: Add status item, @ref and document omp_in_exp [...]
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/fortran/ChangeLog.omp | 16 +++++- gcc/fortran/gfortran.h | 2 +- gcc/fortran/openmp.cc | 13 ++--- gcc/fortran/parse.cc | 25 ++++++++-- gcc/testsuite/ChangeLog.omp | 11 ++++- gcc/testsuite/gfortran.dg/gomp/teams-6.f90 | 78 ++++++++++++++++++++++++++++++ libgomp/ChangeLog.omp | 8 +++ libgomp/libgomp.texi | 31 +++++++++++- 8 files changed, 170 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/teams-6.f90