This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2f1bb00ba34 c++: simplify enclosing_instantiation_of [PR95870] new 62e1bd651f6 Fortran/OpenMP: Handle implicit SAVE for variables in main new 0e3702f8dae Fortran/OpenMP: Support 'omp parallel master'
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/dump-parse-tree.c | 3 +++ gcc/fortran/frontend-passes.c | 1 + gcc/fortran/gfortran.h | 6 ++++-- gcc/fortran/match.h | 1 + gcc/fortran/openmp.c | 11 ++++++++++ gcc/fortran/parse.c | 17 ++++++++++++++- gcc/fortran/resolve.c | 9 ++++++-- gcc/fortran/st.c | 1 + gcc/fortran/trans-openmp.c | 25 ++++++++++++++++++++++ gcc/fortran/trans.c | 1 + gcc/testsuite/gfortran.dg/gomp/implicit-save.f90 | 11 ++++++++++ .../gfortran.dg/gomp/parallel-master-1.f90 | 23 ++++++++++++++++++++ .../gfortran.dg/gomp/parallel-master-2.f90 | 9 ++++++++ .../testsuite/libgomp.fortran/parallel-master.f90 | 14 ++++++++++++ 14 files changed, 127 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/implicit-save.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/parallel-master-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/parallel-master-2.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/parallel-master.f90