https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116918
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>: https://gcc.gnu.org/g:58ef1c521c15d3c7755e0f96b472b625122ab609 commit r14-11023-g58ef1c521c15d3c7755e0f96b472b625122ab609 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Mon Dec 2 21:34:38 2024 +0000 [PATCH] PR modula2/116918 -fswig correct syntax fixup This patch adds a missing % escape in DoCheckUnbounded. gcc/m2/ChangeLog: PR modula2/116918 * gm2-compiler/M2Swig.mod (DoCheckUnbounded): Escape the % character used in array_functions with %%. (cherry picked from commit e2a701cd0419a1898a2a359711572a8bcf4f8eb3) Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>