https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95165
Bug ID: 95165 Summary: Since 9.1 we do have ISO_Fortran_binding.h Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: mcccs at gmx dot com Target Milestone: --- At https://gcc.gnu.org/onlinedocs/gfortran/Further-Interoperability-of-Fortran-with-C.html#Further-Interoperability-of-Fortran-with-C outdated statement: > GNU Fortran always uses an array descriptor, which does not match the one of > the Technical Specification. The ISO_Fortran_binding.h header file and the C > functions it specifies are not available. But in https://gcc.gnu.org/gcc-9/changes.html > C descriptors and the ISO_Fortran_binding.h source file have been > implemented.