This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f8a5298c97c libstdc++: Implement P2255R2 dangling checks for std::tuple [...] new 9935667a698 Fortran: annotations for DO CONCURRENT loops [PR113305]
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/array.cc | 5 +-- gcc/fortran/gfortran.h | 11 ++++++- gcc/fortran/gfortran.texi | 12 +++++++ gcc/fortran/parse.cc | 34 +++++++++++++++++--- gcc/fortran/trans-stmt.cc | 46 ++++++++++++++++++++------- gcc/testsuite/gfortran.dg/do_concurrent_7.f90 | 26 +++++++++++++++ 6 files changed, 113 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_7.f90