https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121164
--- Comment #3 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:22d8b89689769e5efefd2c4e6dda88d9f0b2a945 commit r16-2356-g22d8b89689769e5efefd2c4e6dda88d9f0b2a945 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Fri Jul 18 22:06:54 2025 +0100 PR modula2/121164 Modula 2 build failure This patch fixes the 2nd parameter name mismatch in ARRAYOFCHAR.mod. gcc/m2/ChangeLog: PR modula2/121164 * gm2-libs/ARRAYOFCHAR.mod (Write): Rename 2nd parameter name a to str. Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>