https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89384
--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Tue Feb 19 17:55:33 2019 New Revision: 269024 URL: https://gcc.gnu.org/viewcvs?rev=269024&root=gcc&view=rev Log: 2019-02-19 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/89384 * trans-expr.c (gfc_conv_gfc_desc_to_cfi_desc): If the dummy argument is contiguous and the actual argument may not be, use gfc_conv_subref_array_arg. 2019-02-19 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/89384 * gfortran.dg/ISO_Fortran_binding_4.f90 Added: trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_4.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-expr.c trunk/gcc/testsuite/ChangeLog