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 b420d69be557f55635d869b770e80789977ffcf4 (commit) from 692cde35c7c2b4e9203ba0d122f62231145636fb (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 b420d69be557f55635d869b770e80789977ffcf4 Author: Tobias Burnus <tbur...@baylibre.com> Date: Wed Jul 30 09:41:30 2025 +0200 gcc-16/changes.html: Update OpenACC support diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html index cc6fe204..19304ce1 100644 --- a/htdocs/gcc-16/changes.html +++ b/htdocs/gcc-16/changes.html @@ -67,6 +67,19 @@ for general information.</p> href="https://gcc.gnu.org/onlinedocs/libgomp/acc_005fmemcpy_005fdevice.html"> <code>acc_memcpy_device</code> and <code>acc_memcpy_device_async</code></a> API routines have been added for C, C++ and Fortran.</li> + <li>OpenACC 3.0: The <code>wait</code> directive now accepts the + <code>if</code> clause.</li> + <li>OpenACC 3.3: The Fortran API routines <code><a + href="https://gcc.gnu.org/onlinedocs/libgomp/acc_005fattach.html"> + acc_attach</a></code> and <code><a + href="https://gcc.gnu.org/onlinedocs/libgomp/acc_005fdetach.html"> + acc_detach</a></code> now augment their OpenACC 2.6 C/C++ counterparts. + </li> + <li>OpenACC 3.4: In Fortran, named constants (<code>PARAMETER</code>) used as + <em>var</em> in data clauses are now permitted by the specification and + GCC for better compatibility with existing code; however, with GCC, + specifying them in data clauses affects neither compile-time nor runtime + behavior.</li> </ul> <!-- <h3 id="ada">Ada</h3> --> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-16/changes.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) hooks/post-receive -- gcc-wwwdocs