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  8765e9c73ae14cfad592b8a3885fe1bcc3ff96cd (commit)
       via  62e1ccdc5b71b7fa9162c336c0964d13c6fa5c79 (commit)
      from  c9e275660a19c804dd8c591c73cb9b169a9d7573 (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 8765e9c73ae14cfad592b8a3885fe1bcc3ff96cd
Author: Tobias Burnus <tbur...@baylibre.com>
Date:   Fri Apr 5 11:58:56 2024 +0200

    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 6ddd2788..2d8968cf 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:

commit 62e1ccdc5b71b7fa9162c336c0964d13c6fa5c79
Author: Tobias Burnus <tbur...@baylibre.com>
Date:   Fri Apr 5 11:58:06 2024 +0200

    gcc-14/changes.html: Comment out <h2> of empty sections

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 1cc68430..6ddd2788 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -748,7 +748,7 @@ __asm (".global __flmap_lock"  "\n\t"
 <!-- <h3 id="Tile">Tile</h3> -->
 
 <!-- .................................................................. -->
-<h2 id="os">Operating Systems</h2>
+<!-- h2 id="os">Operating Systems</h2 -->
 
 <!-- <h3 id="aix">AIX</h3> -->
 
@@ -994,7 +994,7 @@ it emits:
 </ul>
 
 <!-- .................................................................. -->
-<h2>Other significant improvements</h2>
+<!-- h2>Other significant improvements</h2 -->
 
 <!-- <h3 id="uninitialized">Eliminating uninitialized variables</h3> -->
 

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-14/changes.html | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to