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 e59a5a62eb5 openmp: Fix number of iterations computation for "omp unroll full" new bfbf3523a86 OpenMP/Fortran: Extend reject code between target + teams [ [...] new eae457d9aa6 OpenMP/Fortran: Fix target + teams diagnostic with metadirectives
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 | 18 +++++++ gcc/fortran/gfortran.h | 2 +- gcc/fortran/openmp.cc | 36 +++++++++++--- gcc/fortran/parse.cc | 51 +++++++++---------- gcc/testsuite/ChangeLog.omp | 7 +++ gcc/testsuite/gfortran.dg/gomp/teams-6.f90 | 10 ++++ libgomp/ChangeLog.omp | 5 ++ .../testsuite/libgomp.fortran/metadirective-1.f90 | 28 +++++++++++ .../testsuite/libgomp.fortran/metadirective-6.f90 | 58 ++++++++++++++++++++++ 9 files changed, 179 insertions(+), 36 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/metadirective-6.f90