-
- Downloads
re PR fortran/91926 (assumed rank optional)
2019-10-05 Paul Thomas <pault@gcc.gnu.org> PR fortran/91926 * trans-expr.c (gfc_conv_gfc_desc_to_cfi_desc): Correct the assignment of the attribute field to account correctly for an assumed shape dummy. Assign separately to the gfc and cfi descriptors since the atribute can be different. Add btanch to correctly handle missing optional dummies. 2019-10-05 Paul Thomas <pault@gcc.gnu.org> PR fortran/91926 * gfortran.dg/ISO_Fortran_binding_13.f90 : New test. * gfortran.dg/ISO_Fortran_binding_13.c : Additional source. * gfortran.dg/ISO_Fortran_binding_14.f90 : New test. 2019-10-05 Paul Thomas <pault@gcc.gnu.org> PR fortran/91926 * runtime/ISO_Fortran_binding.c (cfi_desc_to_gfc_desc): Do not modify the bounds and offset for CFI_other. From-SVN: r276624
Showing
- gcc/fortran/ChangeLog 10 additions, 1 deletiongcc/fortran/ChangeLog
- gcc/fortran/trans-expr.c 42 additions, 6 deletionsgcc/fortran/trans-expr.c
- gcc/testsuite/ChangeLog 7 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.c 12 additions, 0 deletionsgcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.c
- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.f90 39 additions, 0 deletionsgcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.f90
- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_14.f90 41 additions, 0 deletionsgcc/testsuite/gfortran.dg/ISO_Fortran_binding_14.f90
- libgfortran/ChangeLog 7 additions, 1 deletionlibgfortran/ChangeLog
- libgfortran/runtime/ISO_Fortran_binding.c 2 additions, 1 deletionlibgfortran/runtime/ISO_Fortran_binding.c
Loading
Please register or sign in to comment