This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0863d0ede34 cygwin: Fix up -Werror=format-diag errors [PR104536] new 3939c1b1127 Fortran/OpenMP: Fix depend-clause handling
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/trans-openmp.cc | 46 ++++- gcc/testsuite/gfortran.dg/gomp/depend-4.f90 | 240 +++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/depend-5.f90 | 82 +++++++++ libgomp/testsuite/libgomp.fortran/depend-4.f90 | 109 +++++++++++ 4 files changed, 469 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/depend-4.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/depend-5.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/depend-4.f90