https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329
Paul Thomas <pault at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pault at gcc dot gnu.org --- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> --- Hi Thomas and Tomas, I am investigating a problem with the ISO_Fortran_binding implementation and discovered that the hidden string length disappears when the procedure is declared as bind(C). This obviously correct. Would this problem be fixed if all external procedure calls without an explicit interface, where a single character is being passed, were treated likewise? Cheers Paul