OpenMP TR14 has now been uploaded, let's link to it
(PDF +https://www.openmp.org/specifications/ )

See attachment.

There is also a planned updated example document and,
new, an OpenMP 6.0 errata document (fixes are also in TR14).

That's live athttps://gcc.gnu.org/projects/gomp/ which
also lists the TR14 implementation status; the latter
is also athttps://gcc.gnu.org/onlinedocs/libgomp/OpenMP-Technical-Report-14.html

Tobias
commit aa6230be591fa2e154b83c36f9e8805ed82b38cf
Author: Tobias Burnus <[email protected]>
Date:   Thu Nov 13 18:19:07 2025 +0100

    projects/gomp/: Add link to just released OpenMP TR14
---
 htdocs/projects/gomp/index.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index 00735ac9..c7d3292a 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -1765,6 +1765,11 @@ error.</p>
 
 <h2 id="omp-status">OpenMP Releases and Status</h2>
 <dl>
+<dt><b>November 13, 2025</b></dt>
+<dd><p>OpenMP Technical Report 14 (first preview for the OpenMP API Version 6.1) has been
+released [<a href="https://www.openmp.org/wp-content/uploads/openmp-TR14.pdf";>PDF</a>,
+<a href="https://www.openmp.org/specifications/";>specifications site</a>].</p></dd>
+
 <dt><b>November 14, 2024</b></dt>
 <dd><p><a href="https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-6-0.pdf";>OpenMP
 Version 6.0</a> has been released.</p></dd>

Reply via email to