https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117411
--- Comment #4 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:969c30885558d092ad07c9c71dd54ea14f6096c6 commit r15-7324-g969c30885558d092ad07c9c71dd54ea14f6096c6 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Sun Feb 2 16:02:27 2025 +0000 PR modula2/117411 Request for documentation to include exception example This patch adds a new section to the gm2 documentation and new corresponding testcode to the regression testsuite. gcc/ChangeLog: PR modula2/117411 * doc/gm2.texi (Exception handling): New section. (The ISO system module): Add description of COFF_T. (Assembler language): Tidy up last sentance. gcc/testsuite/ChangeLog: PR modula2/117411 * gm2/iso/run/pass/except9.mod: New test. * gm2/iso/run/pass/lazyunique.mod: New test. Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>