https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120912
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>: https://gcc.gnu.org/g:15670d4477ce219c017bd52417a6074b981fb197 commit r16-1898-g15670d4477ce219c017bd52417a6074b981fb197 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Tue Jul 1 18:21:15 2025 +0100 PR modula2/120912: Request for a procedure to obtain a file from an IOChan This patch introduces the procedure GetFile into the supplementary ISO style library IOChanUtils. gcc/m2/ChangeLog: PR modula2/120912 * gm2-libs-iso/IOChanUtils.def (GetFile): New procedure function. * gm2-libs-iso/IOChanUtils.mod (GetFile): New procedure function. Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>