[wwwdocs,committed] projects/gomp - Update OpenMP implementation status
Checks
Commit Message
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
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(-)
@@ -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 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 11</a><br>
+ <a href="../../gcc-16/changes.html#openmp">GCC 16</a></td>
+ <td>Before GCC 16, the clause has no effect on <code>target</code><br> </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 16</a></td>
<td></td>
</tr>