While I expect more changes, I want to cleanup my stashed changes.

Current version: https://gcc.gnu.org/gcc-14/changes.html#openmp

Comments?

Tobias

PS: stack variable support in C++ for 'allocate' is pending review;
I also expect a Fortran parser update for 'indirect'. Several more
features are also pending review.
-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 
München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas 
Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht 
München, HRB 106955
gcc-14/changes.html + projects/gomp/: OpenMP update

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 455798d1..c9d5f08a 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -54,8 +55,14 @@
       requirement is now fulfilled by both AMD GCN and nvptx devices.
     </li>
+    <li>OpenMP 5.0: The <code>allocate/<code> directive is now
+      supported for stack variables in C and Fortran, including the OpenMP 5.1
+      <code>align</code> modifier.
     <li>
       OpenMP 5.1: Support was added for collapsing imperfectly nested loops and
       using <code>present</code> as map-type modifier and in
-      <code>defaultmap</code>.
+      <code>defaultmap</code>. The <code>indirect</code> clause is now supported
+      for C and C++.  The performance of copying strided data from or to nvptx
+      devices using the OpenMP 5.1 routine <code>omp_target_memcpy_rect</code>
+      has been improved.
     </li>
     <li>
@@ -65,8 +72,11 @@
       was extended. Additionally, the spec change has been implemented for
       default implicit mapping of C/C++ pointers pointing to unmapped storage.
+      The <code>destory</code> now optionally accepts the depend object as
+      argument.
     </li>
     <li>
-      OpenMP 6.0 preview (TR11): The <code>decl</code> attribute is now
-      supported in C++ 11 attributes.
+      OpenMP 6.0 preview (TR11/TR12): The <code>decl</code> attribute is now
+      supported in C++ 11 and the <code>directive</code>, <code>sequence</code>
+      and <code>decl</code> attributes are now supported in C 23.
     </li>
     <li>
diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index bc472747..4795ce89 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -822,5 +822,5 @@ than listed, depending on resolved corner cases and optimizations.</p>
   <tr>
     <td>Deprecation of no-argument <code>destroy</code> clause on <code>depobj</code></td>
-    <td class="unsupported">No</td>
+    <td class="supported"><a href="../../gcc-13/changes.html#languages">GCC&nbsp;14</a></td>
     <td></td>
   </tr>

Reply via email to