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 996bc28ebdb Daily bump. new c01a495d96f Fortran: fix ICE in compare_bound_int [PR108527] new f4efceac174 Fortran: error recovery on invalid array section [PR108609] new 4eba6812c56 Fortran: ASSOCIATE variables should not be TREE_STATIC [PR95107] new 0f1bc8f39c4 Fortran: error handling of global entity appearing in COMMO [...]
The 4 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/expr.c | 6 ++++- gcc/fortran/resolve.c | 41 +++++++++++++++++++--------------- gcc/fortran/trans-decl.c | 1 + gcc/testsuite/gfortran.dg/pr103259.f90 | 11 +++++++++ gcc/testsuite/gfortran.dg/pr108527.f90 | 10 +++++++++ gcc/testsuite/gfortran.dg/save_7.f90 | 17 ++++++++++++++ 6 files changed, 67 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr103259.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr108527.f90 create mode 100644 gcc/testsuite/gfortran.dg/save_7.f90