This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 82e706cbf38 Only return changed=true in union_nonzero when appropriate. new 76e11280e79 Add auto-resizing capability to irange's [PR109695] new fa0569e90ef 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/expr.cc | 2 +- gcc/testsuite/gfortran.dg/ptr-func-5.f90 | 39 +++++++++++++ gcc/value-range.cc | 14 +++++ gcc/value-range.h | 98 ++++++++++++++++++++++---------- 4 files changed, 122 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/ptr-func-5.f90