This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from fad7547a501 c++/modules: Stream BASELINK_OPTYPE [PR122381] new 696bfbab0a4 Fortran: fix TRANSFER of subarray component references [PR122386] new 31d3f96b790 Fortran: IS_CONTIGUOUS and pointers to non-contiguous targe [...]
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/dependency.cc | 6 +- gcc/fortran/trans-expr.cc | 24 +++- gcc/fortran/trans-intrinsic.cc | 29 ++++- gcc/testsuite/gfortran.dg/is_contiguous_5.f90 | 126 +++++++++++++++++++++ ...rray_subref.f90 => transfer_array_subref_2.f90} | 14 ++- 5 files changed, 181 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/is_contiguous_5.f90 copy gcc/testsuite/gfortran.dg/{transfer_array_subref.f90 => transfer_array_subref [...]