This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8f5aa130fa6 sphinx: add missing HAS_SPHINX_BUILD new e805adaa283 Fortran: ordering of hidden procedure arguments [PR107441] new f94c2eff6b0 docs: Fix expected diagnostics URL [PR107599]
The 2 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/trans-decl.cc | 23 +++++++-- gcc/fortran/trans-types.cc | 11 ++-- .../c-c++-common/diagnostic-format-json-2.c | 2 +- .../c-c++-common/diagnostic-format-json-3.c | 2 +- .../c-c++-common/diagnostic-format-json-4.c | 2 +- gcc/testsuite/gfortran.dg/coarray/pr107441-caf.f90 | 27 ++++++++++ .../gfortran.dg/diagnostic-format-json-2.F90 | 2 +- .../gfortran.dg/diagnostic-format-json-3.F90 | 2 +- gcc/testsuite/gfortran.dg/optional_absent_6.f90 | 60 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/optional_absent_7.f90 | 31 +++++++++++ 10 files changed, 150 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/pr107441-caf.f90 create mode 100644 gcc/testsuite/gfortran.dg/optional_absent_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/optional_absent_7.f90