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 5ac052dced4 Merge branch 'releases/gcc-13' into devel/omp/gcc-13
new 36e5f02e64b Fortran/OpenMP: Fix handling of strictly structured blocks
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/openmp.cc | 2 +-
gcc/fortran/parse.cc | 22 +++++--
gcc/testsuite/gfortran.dg/block_17.f90 | 9 +++
.../gomp/strictly-structured-block-5.f90 | 77 ++++++++++++++++++++++
.../strictly-structured-block-1.f90 | 22 +++++++
5 files changed, 126 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/block_17.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/strictly-structured-block-5.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/strictly-structured-block-1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.