public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Thomas König <tkoenig@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. c4da797e187f0bcd96c38bf6a7c6dec635ea17af
Date: Sun,  7 Nov 2021 22:08:33 +0000 (GMT)	[thread overview]
Message-ID: <20211107220833.2B6FA3858403@sourceware.org> (raw)

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


                 reply	other threads:[~2021-11-07 22:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211107220833.2B6FA3858403@sourceware.org \
    --to=tkoenig@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).