From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1432) id 2B6FA3858403; Sun, 7 Nov 2021 22:08:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B6FA3858403 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c4da797e187f0bcd96c38bf6a7c6dec635ea17af X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cc33543d2b7e09b57db715db7dd2aed67ebe5834 X-Git-Newrev: c4da797e187f0bcd96c38bf6a7c6dec635ea17af Message-Id: <20211107220833.2B6FA3858403@sourceware.org> Date: Sun, 7 Nov 2021 22:08:33 +0000 (GMT) From: Thomas König X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2021 22:08:33 -0000 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 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.

have been fixed, and an extensive set of new conformance test cases has been added. +
  • + GCC 12 now uses OPERATION as the name of the function to + the CO_REDUCE intrinsic for the pairwise reduction, thus + conforming to the Fortran 2018 standard. Previous versions + used OPERATOR, which conformed to TS 18508. +
  • 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: +

    Argument name for CO_REDUCE

    +

    +GCC 12 now uses OPERATION as the name of the function to +the CO_REDUCE intrinsic for the pairwise reduction, thus +conforming to the Fortran 2018 standard. Previous versions +used OPERATOR, which conformed to TS 18508. ----------------------------------------------------------------------- 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