https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110364
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:506f068e7d01ad2fb107185b8fb204a0ec23785c commit r14-2681-g506f068e7d01ad2fb107185b8fb204a0ec23785c Author: Tobias Burnus <tob...@codesourcery.com> Date: Thu Jul 20 18:12:57 2023 +0200 libgomp.texi: Split OpenMP routines chapter into sections The previous list of OpenMP routines was rather lengthy and the order seemed to be rather random - especially for outputs which did not have @menu as then the sectioning was not visible. The OpenMP specification split in 5.1 the lengthy list by adding sections to the chapter and grouping the routines under them. This patch follow suite and uses the same sections and order. The commit also prepares for adding not-yet-documented routines by listening those in the @menu (@c commented - both for just undocumented and for also unimplemented routines). See also PR 110364. libgomp/ChangeLog: * libgomp.texi (OpenMP Runtime Library Routines): Split long list by adding sections and moving routines there. (OMP_ALLOCATORS): Fix typo.