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 def680b5036 arm testsuite: Shifts and get_FPSCR ACLE optimisation fixes new 611be07e489 Fortran: overloading of intrinsic binary operators [PR109641] new f48c5469028 Fortran: CLASS pointer function result in variable definiti [...]
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/arith.cc | 6 ++ gcc/fortran/expr.cc | 2 +- gcc/fortran/gfortran.h | 1 + gcc/fortran/resolve.cc | 37 ++++++++++ gcc/testsuite/gfortran.dg/overload_5.f90 | 118 +++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/ptr-func-5.f90 | 39 ++++++++++ 6 files changed, 202 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/overload_5.f90 create mode 100644 gcc/testsuite/gfortran.dg/ptr-func-5.f90