From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id 70ADA3858D28; Fri, 3 Dec 2021 19:55:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70ADA3858D28 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8998fe4886a33e977908648be4b9142a5fce67e8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 56f1fbed251f7d67f15b459550afe0c216b10183 X-Git-Newrev: 8998fe4886a33e977908648be4b9142a5fce67e8 Message-Id: <20211203195516.70ADA3858D28@sourceware.org> Date: Fri, 3 Dec 2021 19:55:16 +0000 (GMT) From: Jason Merrill 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: Fri, 03 Dec 2021 19:55:16 -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 8998fe4886a33e977908648be4b9142a5fce67e8 (commit) from 56f1fbed251f7d67f15b459550afe0c216b10183 (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 8998fe4886a33e977908648be4b9142a5fce67e8 Author: Jason Merrill Date: Fri Dec 3 14:54:47 2021 -0500 gcc-12/changes: Mention -fconstexpr-fp-except diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index c2b87a53..fd49e208 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -287,6 +287,8 @@ a work-in-progress.

(git)
  • Various diagnostic improvements; e.g., a more precise caret location for pointer-to-member expressions
  • +
  • The new -fconstexpr-fp-except flag allows IEC559 floating point + exceptions in constant-expressions.
  • Runtime Library (libstdc++)

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- gcc-wwwdocs