diff mbox series

[wwwdocs] gcc-14/changes.html: Mention OpenACC 2.7's 'readonly' modifier

Message ID 1e8ade49-875c-4931-8ecd-a8b6ed44ad1f@baylibre.com
State New
Headers show
Series [wwwdocs] gcc-14/changes.html: Mention OpenACC 2.7's 'readonly' modifier | expand

Commit Message

Tobias Burnus April 4, 2024, 8:13 p.m. UTC
Minor OpenACC 2.7 update to https://gcc.gnu.org/gcc-14/changes.html#openacc

The 'readonly' modifier is now in (well, since March), albeit more 2.7 
features are in the pipeline...

Comments, remarks, suggestions before I commit it?

Tobias
diff mbox series

Patch

gcc-14/changes.html: Mention OpenACC 2.7's 'readonly' modifier

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 045893cf..58f153ec 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -121,7 +121,9 @@  a work-in-progress.</p>
   <ul>
     <li>OpenACC 2.7: The <code>self</code> clause was added to be used on
       compute constructs and the <code>default</code> clause for data
-      constructs.</li>
+      constructs. Additionally, the <code>readonly</code> modifier is now
+      handled in the <code>copyin</code> clause and <code>cache</code>
+      directive.</li>
     <li>OpenACC 3.2: The following API routines are now available in
       Fortran using the <code>openacc</code> module or the
       <code>openacc_lib.h</code> header file: