This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via cb607960883c6528a1c43d4e59b80a626dc6a386 (commit) from 96aaafdcdba21aad22fb1b745c75a01855dc5f0c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- 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. 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> ----------------------------------------------------------------------- Summary of changes: htdocs/projects/gomp/index.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) hooks/post-receive -- gcc-wwwdocs