https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126174
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Gaius Mulley <[email protected]>: https://gcc.gnu.org/g:3ba687c78ac7e26cf2f26c01f4ab8439e439269f commit r17-4376-g3ba687c78ac7e26cf2f26c01f4ab8439e439269f Author: Gaius Mulley <[email protected]> Date: Thu Sep 17 01:23:57 2026 +0100 PR modula2/126174: Documentation generation produces warnings when generating gm2.info This patch corrects navigation node ordering in the menu. The patch also introduces README.texi files for the gm2-libs-{cor,iso,pim}-common/README.texi. gcc/ChangeLog: PR modula2/126174 * doc/gm2.texi (Using GNU Modula-2): Move Unbounded by reference after Exception handling in the menu. gcc/m2/ChangeLog: PR modula2/126174 * Make-lang.in (m2/gm2-libs.texi): Add test for m2/gm2-libs-pim-common and create if necessary. Add test for m2/gm2-libs-iso-common and create if necessary. Add test for m2/gm2-libs-cor-common and create if necessary. * tools-src/def2doc.py (Base_Libs): Change section heading name. (library_classifications): Add PIM_Common, ISO_Common and COR_Common. (PIM_Common): New list. (ISO_Common): New list. (COR_Common): New list. * gm2-libs-cor-common/README.texi: New file. * gm2-libs-iso-common/README.texi: New file. * gm2-libs-pim-common/README.texi: New file. Signed-off-by: Gaius Mulley <[email protected]>
