https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119676
Bug ID: 119676 Summary: [OpenMP] Move constant/kind/type documentation from gfortran to libgomp.texi + update/add C/C++ Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: documentation, openmp Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org CC: jakub at gcc dot gnu.org, sandra at gcc dot gnu.org Target Milestone: --- Fortran documents the intrinsic modules; this includes OpenMP and OpenACC; however the latter are mostly documented in libgomp.texi. Therefore, the Fortran documentation is only about parameters/named constants to be used as value or as kind parameter and derived types. → https://gcc.gnu.org/onlinedocs/gfortran/OpenMP-Modules-OMP_005fLIB-and-OMP_005fLIB_005fKINDS.html It makes much more sense to move the actual doumentation to libgomp.texi / https://gcc.gnu.org/onlinedocs/libgomp/ and only leave the (slightly reworded) cross ref to libgomp.texi. Besides moving, the list needs to be updated (not up to date) and also updated for C/C++. Presumably, we want to follow OpenMP and add a new section "Runtime Library Definitions" under libgomp.texi's existing "OpenMP Runtime Library Routines" chapter.