This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c7a9655be60 libgomp: Fix 'target enter data' with always pointer new edaf1d60786 libgomp: Fix reverse-offload for GOMP_MAP_TO_PSET new 7a8cada824c OpenMP/Fortran: Fix loop-iter var privatization with !$OMP [...]
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/openmp.cc | 13 ++-- gcc/fortran/resolve.cc | 9 +++ gcc/testsuite/gfortran.dg/gomp/loop-2.f90 | 5 ++ gcc/testsuite/gfortran.dg/gomp/loop-5.f90 | 84 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/taskloop-2.f90 | 2 + libgomp/target.c | 8 ++- .../libgomp.fortran/reverse-offload-5.f90 | 6 +- 7 files changed, 120 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/loop-5.f90