On 11/19/25 19:00, Gio T wrote:
This patch alters the documentation to reflect the version change,
deprecations, and current implementation status of OpenMP.
Built/tested x86_64-pc-linux-gnu.
I observed a buglet:
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 3a7d1d43fee..cec7d805113 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -1825,9 +1825,9 @@ architectures, including Unix and Microsoft Windows
platforms.
It consists of a set of compiler directives, library routines,
and environment variables that influence run-time behavior.
-GNU Fortran implements all of the @uref{https://openmp.org/specifications/,
-OpenMP Application Program Interface v4.5}, and many features from later
-versions of the OpenMP specification.
+GNU Fortran most of the @uref{https://openmp.org/specifications/,
You lost the word "implements" here, so this sentence is now missing a verb.
+OpenMP Application Program Interface v5.2}, with some omissions and
+additional features from later versions.
@xref{OpenMP Implementation Status,,,libgomp,
GNU Offloading and Multi Processing Runtime Library},
for more details about currently supported OpenMP features.
The rest looks good -- just make the obvious fix, no need to repost for
approval again.
-Sandra