This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1062eec2d43 gcc/: Factor out helper function new 5e62a23cc3a fortran: Implement optional type spec for DO CONCURRENT [PR96255]
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/gfortran.h | 2 + gcc/fortran/match.cc | 93 +++++++- gcc/fortran/resolve.cc | 254 +++++++++++++++++++-- .../gfortran.dg/do_concurrent_typespec_1.f90 | 113 +++++++++ 4 files changed, 442 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_typespec_1.f90