This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 6d3c71225d6 Daily bump. new 0257ba76644 Fortran: procedures with BIND(C) attribute require explicit [...] new 4b722050fe8 Fortran: simplification of NEAREST for large argument [PR109186] new 2055702e8d4 Fortran: reject MODULE PROCEDURE outside generic module int [...]
The 3 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.c | 7 ++++--- gcc/fortran/resolve.c | 10 ++++++++++ gcc/fortran/simplify.c | 2 +- gcc/testsuite/gfortran.dg/nearest_6.f90 | 26 ++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr85877.f90 | 25 +++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr99036.f90 | 9 +++++++++ 6 files changed, 75 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/nearest_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr85877.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr99036.f90