https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120474
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>: https://gcc.gnu.org/g:46e41cf94fdf9ac22133da1fcd8e42ff3c3fb24c commit r15-9988-g46e41cf94fdf9ac22133da1fcd8e42ff3c3fb24c Author: Gaius Mulley <gaiusm...@gmail.com> Date: Thu Jul 17 10:17:34 2025 +0100 [PATCH] PR modula2/120474: InOut buffering should flush the WriteLn before the Read This patch adds a BufferFlush to InOut.mod:LocalWrite. gcc/m2/ChangeLog: PR modula2/120474 * gm2-libs-log/InOut.mod (LocalWrite): Call FIO.FlushBuffer. (cherry picked from commit 13498bf4fcff4c0633678c53a46b6be425d2904c) Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>