[wwwdocs,committed] projects/gomp - Update OpenMP implementation status

Message ID 16b2863f-66d4-4478-b71b-b2e478466806@baylibre.com
State New
Headers
Series [wwwdocs,committed] projects/gomp - Update OpenMP implementation status |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply

Commit Message

Tobias Burnus April 8, 2026, 2:31 p.m. UTC
  Update https://gcc.gnu.org/projects/gomp/ by including the newer changes
from https://gcc.gnu.org/onlinedocs/libgomp/OpenMP-Implementation-Status.html

Committed as attached.

Tobias
  

Patch

commit e0866e31a43b9adceadcaabed0d043fbbdcddfa2
Author: Tobias Burnus <tburnus@baylibre.com>
Date:   Wed Apr 8 16:27:36 2026 +0200

    projects/gomp - Update OpenMP implementation status
---
 htdocs/projects/gomp/index.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index fbebb822..d6e71693 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -369,8 +369,9 @@  than listed, depending on resolved corner cases and optimizations.</p>
   </tr>
   <tr>
     <td><code>allocate</code> clause</td>
-    <td class="partial"><a href="../../gcc-11/changes.html#languages">GCC&nbsp;11</a></td>
-    <td>Clause has no effect on target (<a href="https://gcc.gnu.org/PR113436">PR113436</a>)</td>
+    <td class="supported"><a href="../../gcc-11/changes.html#languages">GCC&nbsp;11</a><br>
+    <a href="../../gcc-16/changes.html#openmp">GCC&nbsp;16</a></td>
+    <td>Before GCC 16, the clause has no effect on <code>target</code><br>&nbsp;</td>
   </tr>
   <tr>
     <td><em>target-offload-var</em> ICV and <code>OMP_TARGET_OFFLOAD</code> env variable</td>
@@ -1736,7 +1737,7 @@  error.</p>
   </tr>
   <tr>
     <td>Clarify when <code>omp_target_is_accessible</code> routine returns zero</td>
-    <td class="unsupported">No</td>
+    <td class="supported"><a href="../../gcc-16/changes.html#openmp">GCC&nbsp;16</a></td>
     <td></td>
   </tr>