public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. c4da797e187f0bcd96c38bf6a7c6dec635ea17af
@ 2021-11-07 22:08 Thomas König
0 siblings, 0 replies; only message in thread
From: Thomas König @ 2021-11-07 22:08 UTC (permalink / raw)
To: gcc-cvs-wwwdocs
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 c4da797e187f0bcd96c38bf6a7c6dec635ea17af (commit)
from cc33543d2b7e09b57db715db7dd2aed67ebe5834 (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 c4da797e187f0bcd96c38bf6a7c6dec635ea17af
Author: Thomas Koenig <tkoenig@gcc.gnu.org>
Date: Sun Nov 7 18:55:35 2021 +0100
Mention new argument name in co_reduce in changes.html and porting_to.html.
diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 5974b9ba..7d0c04f9 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -157,6 +157,12 @@ a work-in-progress.</p>
have been fixed, and an extensive set of new conformance test cases
has been added.
</li>
+ <li>
+ GCC 12 now uses <code>OPERATION</code> as the name of the function to
+ the <code>CO_REDUCE</code> intrinsic for the pairwise reduction, thus
+ conforming to the Fortran 2018 standard. Previous versions
+ used <code>OPERATOR</code>, which conformed to TS 18508.
+ </li>
</ul>
<!-- <h3 id="go">Go</h3> -->
diff --git a/htdocs/gcc-12/porting_to.html b/htdocs/gcc-12/porting_to.html
index 9154d7b3..42179c11 100644
--- a/htdocs/gcc-12/porting_to.html
+++ b/htdocs/gcc-12/porting_to.html
@@ -57,7 +57,13 @@ is no longer accepted and you need to add a cast to it like:
<!--
<h2 id="fortran">Fortran language issues</h2>
-->
+<h3 id="co_reduce_operation">Argument name for CO_REDUCE</h3>
+<p>
+GCC 12 now uses <code>OPERATION</code> as the name of the function to
+the <code>CO_REDUCE</code> intrinsic for the pairwise reduction, thus
+conforming to the Fortran 2018 standard. Previous versions
+used <code>OPERATOR</code>, which conformed to TS 18508.
<!--
<h2 id="links">Links</h2>
-->
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-12/changes.html | 6 ++++++
htdocs/gcc-12/porting_to.html | 6 ++++++
2 files changed, 12 insertions(+)
hooks/post-receive
--
gcc-wwwdocs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-11-07 22:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 22:08 gcc-wwwdocs branch master updated. c4da797e187f0bcd96c38bf6a7c6dec635ea17af Thomas König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).