This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 64d31343d46 [RISC-V][PR target/118122] Fix modes in recently added risc [...] new efc0981077a Fortran: Implement f_c_string function.
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/check.cc | 36 ++++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/intrinsic.cc | 11 +- gcc/fortran/intrinsic.h | 1 + gcc/fortran/iso-c-binding.def | 3 + gcc/fortran/primary.cc | 5 +- gcc/fortran/trans-intrinsic.cc | 182 +++++++++++++++++++++++++++++- gcc/testsuite/gfortran.dg/f_c_string1.f90 | 49 ++++++++ gcc/testsuite/gfortran.dg/f_c_string2.f90 | 50 ++++++++ 9 files changed, 329 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/f_c_string1.f90 create mode 100644 gcc/testsuite/gfortran.dg/f_c_string2.f90