This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 5cf7ffe3be8 Daily bump. new eb4336f546b Fortran: fix checking of arguments to UNPACK when MASK is a [...] new 26ea506a1e8 Fortran: fix simplification of INDEX(str1,str2) [PR105691] new 6bcab64467d Fortran: handle explicit-shape specs with constant bounds [ [...]
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/check.cc | 2 + gcc/fortran/decl.cc | 12 +++ gcc/fortran/simplify.cc | 131 ++++++-------------------- gcc/testsuite/gfortran.dg/index_6.f90 | 31 ++++++ gcc/testsuite/gfortran.dg/pr105954.f90 | 26 +++++ gcc/testsuite/gfortran.dg/unpack_vector_1.f90 | 12 +++ 6 files changed, 112 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/index_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr105954.f90 create mode 100644 gcc/testsuite/gfortran.dg/unpack_vector_1.f90