From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2119) id BCFB3385782C; Mon, 30 Nov 2020 17:56:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCFB3385782C To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 32b8d79b35c43ac4f1f09662988ca297b19ec947 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: df8e807fa3d534472e1b2084b5fcfc761888ccbc X-Git-Newrev: 32b8d79b35c43ac4f1f09662988ca297b19ec947 Message-Id: <20201130175659.BCFB3385782C@sourceware.org> Date: Mon, 30 Nov 2020 17:56:59 +0000 (GMT) From: Jeff Law 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: Mon, 30 Nov 2020 17:56:59 -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 32b8d79b35c43ac4f1f09662988ca297b19ec947 (commit) from df8e807fa3d534472e1b2084b5fcfc761888ccbc (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 32b8d79b35c43ac4f1f09662988ca297b19ec947 Author: Marius Hillenbrand Date: Mon Nov 30 10:56:31 2020 -0700 gcc-11/changes: Document new configure flag --enable-s390-excess-float-precision diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 46a6a372..20f29677 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -340,7 +340,20 @@ a work-in-progress.

- +

S/390, System z, IBM Z Systems

+
    +
  • The behavior when compiling with -fexcess-precision=standard + (e.g., implied by -std=c99) on s390(x) targets can now be + controlled at configure time with the flag + --enable-s390-excess-float-precision. When enabled, gcc will + maintain previous behavior and evaluate float expressions in double + precision, which aligns with the definition of float_t as + double. With the flag disabled, gcc will always evaluate + float expressions in single precision. In native builds, gcc will by + default match the definition of float_t in the installed + glibc. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs