From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 0F5763950C95; Tue, 1 Dec 2020 22:03:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F5763950C95 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. aaf1c5103a16fba11e8c89766931be50df8a1ec9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 86036cc93a01f7412165c486fc573acfcef50d7c X-Git-Newrev: aaf1c5103a16fba11e8c89766931be50df8a1ec9 Message-Id: <20201201220321.0F5763950C95@sourceware.org> Date: Tue, 1 Dec 2020 22:03:21 +0000 (GMT) From: Gerald Pfeifer 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: Tue, 01 Dec 2020 22:03:21 -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 aaf1c5103a16fba11e8c89766931be50df8a1ec9 (commit) from 86036cc93a01f7412165c486fc573acfcef50d7c (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 aaf1c5103a16fba11e8c89766931be50df8a1ec9 Author: Gerald Pfeifer Date: Tue Dec 1 23:03:04 2020 +0100 Refer to our project as GCC diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index cd6e28c1..ed289744 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -345,11 +345,11 @@ a work-in-progress.

  • 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 + --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 + 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs