This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from da9cadc5a8b Daily bump. new 2965a4f9254 Fortran: fix ICE in compare_bound_int [PR108527] new 684a5a8734c Fortran: error recovery on invalid array section [PR108609] new 2db200ea8a6 Fortran: ASSOCIATE variables should not be TREE_STATIC [PR95107]
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/expr.c | 6 +++++- gcc/fortran/resolve.c | 29 ++++++++++++++--------------- gcc/fortran/trans-decl.c | 1 + gcc/testsuite/gfortran.dg/pr108527.f90 | 10 ++++++++++ gcc/testsuite/gfortran.dg/save_7.f90 | 17 +++++++++++++++++ 5 files changed, 47 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr108527.f90 create mode 100644 gcc/testsuite/gfortran.dg/save_7.f90