]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR modula2/120474: InOut buffering should flush the WriteLn before the Read
authorGaius Mulley <gaiusmod2@gmail.com>
Sun, 1 Jun 2025 10:25:25 +0000 (11:25 +0100)
committerGaius Mulley <gaiusmod2@gmail.com>
Sun, 1 Jun 2025 10:25:25 +0000 (11:25 +0100)
commit13498bf4fcff4c0633678c53a46b6be425d2904c
treea8596cc7fc3cf7ccee690bb7dea9cc70a9413561
parentb2c8d3064764f1f4bfd41d8791d06f2206b42780
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.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/gm2-libs-log/InOut.mod