Updated https://gcc.gnu.org/projects/gomp/ as now OpenMP 6.0 has been released:

https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-6-0.pdf

Which is under spec releases and changing TR13 to OpenMP 6.0

Tobias
commit cb607960883c6528a1c43d4e59b80a626dc6a386
Author: Tobias Burnus <tbur...@baylibre.com>
Date:   Thu Nov 14 16:37:04 2024 +0100

    projects/gomp/: Update for OpenMP 6.0 spec release
    
    htdocs/projects/gomp/index.html:
            * Refer to OpenMP 6.0 instead of TR 13.
            * Add 6.0 spec to the (spec) release history.
---
 htdocs/projects/gomp/index.html | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index d84dc88a..a4fb4c98 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -29,7 +29,7 @@ OpenMP and OpenACC are supported with GCC's C, C++ and Fortran compilers.</p>
   <a href="#omp3.1">3.1</a> · <a href="#omp4.0">4.0</a> ·
   <a href="#omp4.5">4.5</a> · <a href="#omp5.0">5.0</a> ·
   <a href="#omp5.1">5.1</a> · <a href="#omp5.2">5.2</a> ·
-  <a href="#omp6.0">TR 13</a></li>
+  <a href="#omp6.0">6.0</a></li>
   <li><a href="#omp-status">OpenMP Releases and Status</a></li>
 </ul>
 
@@ -988,7 +988,7 @@ than listed, depending on resolved corner cases and optimizations.</p>
     <td></td>
   </tr>
   <tr>
-    <td><code>iterator</code> and <code>mapper</code> as map-type modifier in <code>declare mapper</code>
+    <td><code>mapper</code> as map-type modifier in <code>declare mapper</code>
     <td class="unsupported">No</td>
     <td></td>
   </tr>
@@ -1004,9 +1004,7 @@ code, the <code>omx</code> sentinel is warned for with <code>-Wsurprising</code>
 (enabled by <code>-Wall</code>). Unknown clauses are always rejected with an
 error.</p>
 
-<h3 id="omp6.0">OpenMP Technical Report 13</h3>
-
-<p>Technical Report (TR) 13 is the third preview for OpenMP 6.0.</p>
+<h3 id="omp6.0">OpenMP 6.0</h3>
 
 <table class="ompstatus">
 <thead>
@@ -1509,7 +1507,7 @@ error.</p>
   </tr>
   <tr>
     <td><code>omp_target_memset</code> and
-      <code>omp_target_memset_rect_async</code> routines</td>
+      <code>omp_target_rect_async</code> routines</td>
     <td class="unsupported">No</td>
     <td></td>
   </tr>
@@ -1611,7 +1609,7 @@ error.</p>
 </tbody>
 </table>
 
-<h4>Other new TR 13 features</h4>
+<h4>Other new OpenMP 6.0 features</h4>
 
 <table class="ompstatus">
 <thead>
@@ -1660,7 +1658,11 @@ error.</p>
 
 <h2 id="omp-status">OpenMP Releases and Status</h2>
 <dl>
-<dt><b>August 1, 2023</b></dt>
+<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>
+
+<dt><b>August 1, 2024</b></dt>
 <dd><p><a href="https://www.openmp.org/wp-content/uploads/openmp-TR13.pdf";>OpenMP
 Technical Report 13 (third preview for the OpenMP API Version 6.0)</a> has been
 released.</p></dd>

commit 96aaafdcdba21aad22fb1b745c75a01855dc5f0c
Author: Marek Polacek <pola...@redhat.com>
Date:   Tue Nov 5 12:56:47 2024 -0500

    cxx-dr-status: Update CWG1753
---
 htdocs/projects/cxx-dr-status.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html
index e9fb04a1..046696f0 100644
--- a/htdocs/projects/cxx-dr-status.html
+++ b/htdocs/projects/cxx-dr-status.html
@@ -12304,8 +12304,8 @@
       <td><a href="https://wg21.link/cwg1753";>1753</a></td>
       <td>CD4</td>
       <td><I>decltype-specifier</I> in <I>nested-name-specifier</I> of destructor</td>
-      <td class="unsupported">?</td>
-      <td></td>
+      <td class="unsupported">No</td>
+      <td><a href="https://gcc.gnu.org/PR117450";>PR117450</a></td>
     </tr>
     <tr>
       <td><a href="https://wg21.link/cwg1754";>1754</a></td>
@@ -20196,7 +20196,7 @@
 
   <p>This page is currently maintained by <a href="mailto:pola...@redhat.com">pola...@redhat.com</a>.</p>
   <p>Last update:
-Wed Sep  4 02:47:25 PM EDT 2024
+Tue Nov  5 12:55:04 PM EST 2024
   </p>
 
 </body>

Reply via email to