This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 94438ca8279 c++: lambda in concept [PR118698] new 2d7e1d6e40a Fortran: Add code gen for do,concurrent's LOCAL/LOCAL_INIT [...]
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/resolve.cc | 7 - gcc/fortran/trans-decl.cc | 35 ++-- gcc/fortran/trans-stmt.cc | 144 +++++++++++++- gcc/fortran/trans.h | 2 + gcc/testsuite/gfortran.dg/do_concurrent_11.f90 | 53 ++++++ gcc/testsuite/gfortran.dg/do_concurrent_12.f90 | 175 +++++++++++++++++ gcc/testsuite/gfortran.dg/do_concurrent_13.f90 | 211 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/do_concurrent_14.f90 | 176 +++++++++++++++++ gcc/testsuite/gfortran.dg/do_concurrent_15.f90 | 20 ++ .../gfortran.dg/do_concurrent_8_f2023.f90 | 4 +- gcc/testsuite/gfortran.dg/do_concurrent_9.f90 | 2 +- .../gfortran.dg/do_concurrent_all_clauses.f90 | 1 - .../gfortran.dg/do_concurrent_local_init.f90 | 4 +- .../gfortran.dg/do_concurrent_locality_specs.f90 | 3 +- 14 files changed, 807 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_11.f90 create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_12.f90 create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_13.f90 create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_14.f90 create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_15.f90