This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14076f15bf6 Stop updating gcc-12 branch new 743c04db2f9 Fortran: Implement F2018 IMPORT statements [PR106135]
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/decl.cc | 199 ++++++++++++++++++++-- gcc/fortran/gfortran.h | 16 ++ gcc/fortran/parse.cc | 5 +- gcc/fortran/resolve.cc | 165 ++++++++++++++++++ gcc/testsuite/gfortran.dg/import12.f90 | 302 +++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/import3.f90 | 2 + 6 files changed, 673 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/import12.f90