From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id F2DBA385B508; Fri, 27 Jan 2023 14:52:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2DBA385B508 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674831159; bh=ZQ6/UPXRoHehZ1WQVK9Z7deex+sGU5GDi8NeBBtlrBI=; h=To:Subject:Date:From:From; b=GU1srxGUg4kyJgldxfIITFMt00YFz1qwLFSU8AMVKKaNbiFsJDOWsfW+mGilZ9653 gBYtsNBEnYVErgC2SbW6LAdgvybHULlfn7xVmzHHhvUSuuz6iQIaqPtZAB10VeURfZ 6oxY6He1QWapPyuSa8cZb7uHqpnrQqH82LI82v2o= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ea33f839826fdb4135a2ad97ead6f94a3f01aa78 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 17f88fe2b73fe50b1831ece5dd40bf29151899ab X-Git-Newrev: ea33f839826fdb4135a2ad97ead6f94a3f01aa78 Message-Id: <20230127145239.F2DBA385B508@sourceware.org> Date: Fri, 27 Jan 2023 14:52:39 +0000 (GMT) From: Richard Biener 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 ea33f839826fdb4135a2ad97ead6f94a3f01aa78 (commit) from 17f88fe2b73fe50b1831ece5dd40bf29151899ab (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 ea33f839826fdb4135a2ad97ead6f94a3f01aa78 Author: Richard Biener Date: Fri Jan 27 15:52:12 2023 +0100 target/55522 - mention -shared effect on crtfastmath.o diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 6cd5dd64..9ecd115c 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -123,6 +123,10 @@ a work-in-progress.

system overcommitting. +
  • -Ofast, -ffast-math and -funsafe-math-optimizations + will no longer add startup code to alter the floating-point environment + when producing a shared object with -shared. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs