From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1432) id 465D03858D28; Sat, 30 Apr 2022 21:55:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 465D03858D28 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6242231510406a9bc0b8cca3a06afab352ff48f7 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ae68cb61741297974f4a76dc7c8fc2ed7a3515c7 X-Git-Newrev: 6242231510406a9bc0b8cca3a06afab352ff48f7 Message-Id: <20220430215508.465D03858D28@sourceware.org> Date: Sat, 30 Apr 2022 21:55:08 +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: Sat, 30 Apr 2022 21:55:08 -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 6242231510406a9bc0b8cca3a06afab352ff48f7 (commit) from ae68cb61741297974f4a76dc7c8fc2ed7a3515c7 (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 6242231510406a9bc0b8cca3a06afab352ff48f7 Author: Thomas Koenig Date: Sat Apr 30 23:53:49 2022 +0200 Mention support for IEEE 128-bit long double for Fortran. * htdocs/gcc-12/changes.html: Mention support for IEEE 128-bit long double for Fortran. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 5281c966..c409a17c 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -501,6 +501,15 @@ function Multiply (S1, S2 : Sign) return Sign is conforming to the Fortran 2018 standard. Previous versions used OPERATOR which conforms to TS 18508. +
  • + On POWER systems which support it, the -mabi=ieeelongdouble + option now selects the IEEE 128-bit floating point format + for REAL(KIND=16). + R16_IBM and R16_IEEE have been added to the + -fconvert option, the CONVERT specifyer of + the OPEN statement and the GFORTRAN_CONVERT_UNIT + environment variable. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) hooks/post-receive -- gcc-wwwdocs