This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a85a106c35c libgomp.texi: Extend memory allocation documentation new e93452a5712 fortran: defer class wrapper initialization after deallocat [...] new 71e4d568b12 fortran: Factor data references for scalar class argument w [...] new 9206641d089 fortran: Reorder array argument evaluation parts [PR92178] new 53d12ecd624 bpf: enable instruction scheduling
The 4 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/config/bpf/bpf.md | 11 +++ gcc/fortran/trans-array.cc | 3 + gcc/fortran/trans-expr.cc | 130 +++++++++++++++++++++++----- gcc/fortran/trans.cc | 28 ++++++ gcc/fortran/trans.h | 8 +- gcc/testsuite/gfortran.dg/intent_out_19.f90 | 22 +++++ gcc/testsuite/gfortran.dg/intent_out_20.f90 | 33 +++++++ gcc/testsuite/gfortran.dg/intent_out_21.f90 | 33 +++++++ 8 files changed, 247 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/intent_out_19.f90 create mode 100644 gcc/testsuite/gfortran.dg/intent_out_20.f90 create mode 100644 gcc/testsuite/gfortran.dg/intent_out_21.f90