From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1611) id 9F162385840F; Mon, 22 Nov 2021 14:14:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F162385840F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 535e392dde5954ea7c40dd88952d775f38b74000 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 624ac352eb45ca54c934dcdc44f157f591e67122 X-Git-Newrev: 535e392dde5954ea7c40dd88952d775f38b74000 Message-Id: <20211122141442.9F162385840F@sourceware.org> Date: Mon, 22 Nov 2021 14:14:42 +0000 (GMT) From: Martin Jambor 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: Mon, 22 Nov 2021 14:14:42 -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 535e392dde5954ea7c40dd88952d775f38b74000 (commit) from 624ac352eb45ca54c934dcdc44f157f591e67122 (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 535e392dde5954ea7c40dd88952d775f38b74000 Author: Martin Jambor Date: Mon Nov 22 15:13:17 2021 +0100 gcc-12/changes.html: Document that Ofast means -fno-semantic-interposition diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 43fc5bc0..2f80b34a 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -72,6 +72,9 @@ a work-in-progress.

be removed in the next release. All ports now default to emit DWARF (version 2 or later) debugging info or are obsoleted. +
  • The optimization level -Ofast now implies + -fno-semantic-interposition. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- gcc-wwwdocs