This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from cdbd7e4f9ff Merge remote-tracking branch 'origin/releases/gcc-11' into [...] new 07a380a8a02 openmp: Support in_reduction for Fortran
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.c | 24 ++++++++++++---- gcc/fortran/trans-openmp.c | 9 ++++-- gcc/omp-low.c | 20 +++++++++---- gcc/testsuite/gfortran.dg/gomp/reduction4.f90 | 2 +- .../libgomp.fortran/target-in-reduction-1.f90 | 33 ++++++++++++++++++++++ 5 files changed, 75 insertions(+), 13 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/target-in-reduction-1.f90