I've pushed my "begin declare variant" patch series with the minor changes to comments etc requested by Tobias. And, the attached release note for GCC 16.

-Sandra
From b7239536496d5ad936dcd8590affbc0ded7403d5 Mon Sep 17 00:00:00 2001
From: Sandra Loosemore <[email protected]>
Date: Sat, 22 Nov 2025 17:15:34 +0000
Subject: [PATCH] gcc-16: OpenMP "begin declare variant" now supported.

---
 htdocs/gcc-16/changes.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 4f991a2b..da9756f1 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -49,6 +49,8 @@ a work-in-progress.</p>
 </p>
 
 <ul>
+  <li>OpenMP 5.2: The <code>begin declare variant</code> directive for C
+      and C++ is now supported.</li>
   <li>OpenMP 6.0: The <a
       href="https://gcc.gnu.org/onlinedocs/libgomp/omp_005ftarget_005fmemset.html";>
       <code>omp_target_memset</code></a> and <a
-- 
2.39.5

Reply via email to