This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from f5d9eef6507 c++/c-common: Fix convert_vector_to_array_for_subscript for [...] new 9fd6f7e9124 Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535] new 102d52967bd Fortran: Fix ICE in gfc_trans_pointer_assignment [PR113956]
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/resolve.cc | 9 ------- gcc/fortran/trans-expr.cc | 9 +++---- gcc/testsuite/gfortran.dg/pr113956.f90 | 21 ++++++++++++++++ gcc/testsuite/gfortran.dg/pr114535d.f90 | 42 ++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr114535iv.f90 | 18 ++++++++++++++ 5 files changed, 84 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr113956.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr114535d.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr114535iv.f90