This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
from 585c75775d3 Merge remote-tracking branch 'origin/releases/gcc-10' into [...] new 4b339407ad4 OpenMP: Support 'lastprivate (conditional:' in 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/ChangeLog.omp | 12 ++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/openmp.c | 20 ++++-- gcc/fortran/trans-openmp.c | 23 ++++-- gcc/testsuite/ChangeLog.omp | 11 +++ .../gfortran.dg/gomp/lastprivate-conditional-1.f90 | 82 ++++++++++++++++++++++ .../gfortran.dg/gomp/lastprivate-conditional-2.f90 | 46 ++++++++++++ .../gfortran.dg/gomp/lastprivate-conditional-3.f90 | 65 +++++++++++++++++ .../gfortran.dg/gomp/lastprivate-conditional-4.f90 | 28 ++++++++ .../gfortran.dg/gomp/lastprivate-conditional-5.f90 | 47 +++++++++++++ 10 files changed, 327 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/lastprivate-conditional-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/lastprivate-conditional-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/lastprivate-conditional-3.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/lastprivate-conditional-4.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/lastprivate-conditional-5.f90