This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 73eef7a0445 Small enhancement to implementation of -fdump-ada-spec new 93765736815 Fortran: fix bounds check for assignment, class component [ [...] new 9561cf550a6 Fortran: improve attribute conflict checking [PR93635]
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/symbol.cc | 63 +++++++++++-------------- gcc/fortran/trans-array.cc | 7 ++- gcc/fortran/trans-expr.cc | 40 +++++++++------- gcc/testsuite/gfortran.dg/bounds_check_25.f90 | 32 +++++++++++++ gcc/testsuite/gfortran.dg/c-interop/c1255-2.f90 | 4 +- gcc/testsuite/gfortran.dg/pr87907.f90 | 8 ++-- gcc/testsuite/gfortran.dg/pr93635.f90 | 19 ++++++++ 7 files changed, 114 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/bounds_check_25.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93635.f90