From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id B9C89386101F; Tue, 7 Jul 2020 20:47:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9C89386101F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0485c980009c2d2533cd34734a4918f4523d0cfe X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bab0b16e94bb57dbb9292664c218fab879be35ad X-Git-Newrev: 0485c980009c2d2533cd34734a4918f4523d0cfe Message-Id: <20200707204755.B9C89386101F@sourceware.org> Date: Tue, 7 Jul 2020 20:47:55 +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, 07 Jul 2020 20:47:55 -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 0485c980009c2d2533cd34734a4918f4523d0cfe (commit) from bab0b16e94bb57dbb9292664c218fab879be35ad (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 0485c980009c2d2533cd34734a4918f4523d0cfe Author: Gerald Pfeifer Date: Tue Jul 7 22:47:22 2020 +0200 Simplify a bit in c99status.html. diff --git a/htdocs/c99status.html b/htdocs/c99status.html index b2b1fed6..036db53e 100644 --- a/htdocs/c99status.html +++ b/htdocs/c99status.html @@ -386,16 +386,10 @@ exceptions may not be generated) and contracting expressions (e.g., using fused multiply-add) is not restricted to source-language expressions as required by C99. -
  • Compiler support is needed for thorough support of math_errhandling; see -messages 1, -2, -3 -on this subject to libc-hacker. The compiler needs to mark its output -from compilations using -fno-trapping-math -or -fno-math-errno, possibly using +
  • For thorough support of math_errhandling the +compiler needs to mark its output from compilations using +-fno-trapping-math or -fno-math-errno, +possibly using the .gnu_attribute mechanism, to indicate that built-in function optimizations may have been applied that mean that not all calls report error status in a particular way; the static linker ----------------------------------------------------------------------- Summary of changes: htdocs/c99status.html | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) hooks/post-receive -- gcc-wwwdocs