-
- Downloads
fortran: Fixes a bug in ISO_Fortran_binding.c.
libgfortran/ChangeLog: * runtime/ISO_Fortran_binding.c (CFI_establish): Fixed signed char arrays. Signed char or uint8_t arrays would cause crashes unless an element size is specified. gcc/testsuite/ChangeLog: * gfortran.dg/iso_fortran_binding_uint8_array.f90: New test. * gfortran.dg/iso_fortran_binding_uint8_array_driver.c: New test.
Showing
- gcc/testsuite/gfortran.dg/iso_fortran_binding_uint8_array.f90 11 additions, 0 deletions...testsuite/gfortran.dg/iso_fortran_binding_uint8_array.f90
- gcc/testsuite/gfortran.dg/iso_fortran_binding_uint8_array_driver.c 25 additions, 0 deletions...uite/gfortran.dg/iso_fortran_binding_uint8_array_driver.c
- libgfortran/runtime/ISO_Fortran_binding.c 1 addition, 2 deletionslibgfortran/runtime/ISO_Fortran_binding.c
Loading
Please register or sign in to comment