This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from f37d0397001 Daily bump. adds 3fd9eef6253 Daily bump. new 655d52455d5 Daily bump. new be9a9d263b9 Backport Fortran BIND(C) fixes new 5da129e22f4 Fortran] PR 92208 don't use function-result dummy variable [...]
The 3 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/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 18 ++++++++++ gcc/fortran/trans-array.c | 2 +- gcc/fortran/trans-expr.c | 12 ++++--- gcc/testsuite/ChangeLog | 32 ++++++++++++++++++ gcc/testsuite/gfortran.dg/bind-c-intent-out.f90 | 5 +-- .../gfortran.dg/bind_c_array_params_3.f90 | 39 ++++++++++++++++++++++ .../gfortran.dg/bind_c_array_params_3_aux.c | 26 +++++++++++++++ gcc/testsuite/gfortran.dg/pr92208.f90 | 39 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr92277.f90 | 32 ++++++++++++++++++ libgfortran/runtime/ISO_Fortran_binding.c | 37 ++++++++++---------- 11 files changed, 218 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/bind_c_array_params_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/bind_c_array_params_3_aux.c create mode 100644 gcc/testsuite/gfortran.dg/pr92208.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr92277.f90