From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id BF2DA3858D33; Thu, 9 Mar 2023 06:57:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF2DA3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678345079; bh=EQ0oeQwG+nRjRIHg+NACSGA1JloCVUBDpCHDW8Hw0cc=; h=To:Subject:Date:From:From; b=jFI5jrWqXPwJvo+dMW6eZk6VF8s0ndI4vLbKVjO1RFBewRAtu4rZ1Sq6osB5K89Ra 1OAKAiutFQTtRPSv+pEUcC97eOGMjwAB2/5rNCps1fEt0ok6P4pHyb8JmYY0rY3Ksj ovIy1PiJOuageq8wf+vS14pZ4VIPLlUqhIBkQvAI= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3c2b5596f903812a072eaad17e7f7c7e74f17440 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2b1e4bec917f62ad67cb6a08837fbc212c37faec X-Git-Newrev: 3c2b5596f903812a072eaad17e7f7c7e74f17440 Message-Id: <20230309065759.BF2DA3858D33@sourceware.org> Date: Thu, 9 Mar 2023 06:57:59 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 3c2b5596f903812a072eaad17e7f7c7e74f17440 (commit) from 2b1e4bec917f62ad67cb6a08837fbc212c37faec (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 3c2b5596f903812a072eaad17e7f7c7e74f17440 Author: Gerald Pfeifer Date: Thu Mar 9 07:56:24 2023 +0100 gcc-13: Spell front end (noun) without dash diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html index 733bb254..170da096 100644 --- a/htdocs/gcc-13/porting_to.html +++ b/htdocs/gcc-13/porting_to.html @@ -121,8 +121,9 @@ the operand as an lvalue.

Excess precision changes

+

GCC 13 implements in C++ excess precision support -which has been before implemented just in the C front-end. The new behavior is +which has been before implemented just in the C front end. The new behavior is enabled by default in -std=c++NN modes and e.g. when FLT_EVAL_METHOD is 1 or 2 affects behavior of floating point constants and expressions. E.g. for FLT_EVAL_METHOD equal ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/porting_to.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs