Now reworded and committed - see attached +
https://gcc.gnu.org/gcc-16/changes.html
Thanks for the comments!
Tobias
commit b420d69be557f55635d869b770e80789977ffcf4
Author: Tobias Burnus
Date: Wed Jul 30 09:41:30 2025 +0200
gcc-16/changes.html: Update OpenACC support
diff --git a/htdocs
Hi Gerald,
Gerald Pfeifer wrote:
+ OpenACC 3.4: In Fortran, named constants (PARAMETER) used as
+ var in clauses are now accepted (and ignored as not being
+ required). The support for named constants has been added to the
+ specification and GCC for better compatibility with exi
On Tue, 29 Jul 2025, Tobias Burnus wrote:
> Thanks for proof reading and noting the missing patch …
Now for the actual patch :-)
1) Nice!
+ OpenACC 3.4: In Fortran, named constants (PARAMETER) used as
+ var in clauses are now accepted (and ignored as not being
+ required). The support
Thanks for proof reading and noting the missing patch …
Gerald Pfeifer:
On Tue, 29 Jul 2025, Tobias Burnus wrote:
Update https://gcc.gnu.org/gcc-16/changes.html for some OpenACC
features that went in; while small and some of them rather new
(OpenACC 3.4 was only released in June 2025), they all
Update https://gcc.gnu.org/gcc-16/changes.html for some OpenACC
features that went in; while small and some of them rather new
(OpenACC 3.4 was only released in June 2025), they all show up
in real-world code and, hence, are important to users.
Any comments before (or after) I pushed the changes?