A minor update for a bug fix / impl.-quality feature and a proper new
feature.
Any comments before I apply it?
Tobias
gcc-15: Update OpenMP section for constr/destr on devices + UID routines
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 7c372688..14514131 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -55,11 +55,17 @@ a work-in-progress.</p>
GPUs, writing to the terminal</a> from OpenMP target regions (but not from
OpenACC compute regions) is now also supported in Fortran; in C/C++ and
on AMD GPUs this was already supported before with both OpenMP and OpenACC.
+ Constructors and destructors on the device side for <code>declare target</code>
+ static aggregates are now handled.
</li>
<li>
OpenMP 5.1: The <code>unroll</code> and <code>tile</code>
loop-transformation constructs are now supported.
</li>
+ <li>
+ OpenMP 6.0: The <code>get_device_from_uid</code> and
+ <code>omp_get_uid_from_device</code> API routines have been added.
+ </li>
</ul>
</ul>