https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116918
--- Comment #7 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:e2a701cd0419a1898a2a359711572a8bcf4f8eb3 commit r15-4072-ge2a701cd0419a1898a2a359711572a8bcf4f8eb3 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Fri Oct 4 15:30:10 2024 +0100 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 %%. Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>