https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93727

--- Comment #15 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Patch submitted.

https://gcc.gnu.org/pipermail/fortran/2026-January/063401.html

I also spotted a copy/paste error in io.h in the submitted patch.

$ git diff
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h
index 285003b4dad..1fd0908859f 100644
--- a/libgfortran/io/io.h
+++ b/libgfortran/io/io.h
@@ -948,7 +948,7 @@ extern void write_es (st_parameter_dt *, const fnode *,
const char *, int);
 internal_proto(write_es);

 extern void write_ex (st_parameter_dt *, const fnode *, const char *, int);
-internal_proto(write_es);
+internal_proto(write_ex);

 extern void write_f (st_parameter_dt *, const fnode *, const char *, int);
 internal_proto(write_f);

Reply via email to