This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch in repository gcc.
from 655d52455d5 Daily bump. new be9a9d263b9 Backport Fortran BIND(C) fixes
The 1 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/ChangeLog | 9 +++++ gcc/fortran/trans-expr.c | 12 ++++--- gcc/testsuite/ChangeLog | 24 +++++++++++++ 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/pr92277.f90 | 32 ++++++++++++++++++ libgfortran/runtime/ISO_Fortran_binding.c | 37 ++++++++++---------- 8 files changed, 160 insertions(+), 24 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/pr92277.f90