https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120912
--- 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:a8512a65874d9de778c6b1bb8a101d254dce6472 commit r15-10003-ga8512a65874d9de778c6b1bb8a101d254dce6472 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Fri Jul 18 10:04:37 2025 +0100 [PATCH] 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. (cherry picked from commit 15670d4477ce219c017bd52417a6074b981fb197) Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>