From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id EA9BB385E004; Thu, 26 Mar 2020 09:32:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA9BB385E004 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 12048350a8bae3c353ca11fb59dcd43e503227dc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ed1a3f630561b37682a54bf0963756d059bb2cfa X-Git-Newrev: 12048350a8bae3c353ca11fb59dcd43e503227dc Message-Id: <20200326093226.EA9BB385E004@sourceware.org> Date: Thu, 26 Mar 2020 09:32:26 +0000 (GMT) From: Richard Biener 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: Thu, 26 Mar 2020 09:32:27 -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 12048350a8bae3c353ca11fb59dcd43e503227dc (commit) from ed1a3f630561b37682a54bf0963756d059bb2cfa (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 12048350a8bae3c353ca11fb59dcd43e503227dc Author: Richard Biener Date: Thu Mar 26 10:31:18 2020 +0100 document --param allow-store-data-races change 2020-03-26 Richard Biener * gcc-10/changes.html: Document --param allow-store-data-races change. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 5e358a0c..3c3a7830 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -48,6 +48,15 @@ a work-in-progress.

The automatic template instantiation at link time (-frepo) has been removed. +
  • + The --param allow-store-data-races internal parameter has + been removed in favor of a new official option + -fallow-store-data-races. While default behavior is + unchanged and the new option allows to correctly maintain a per + compilation unit setting across link-time optimization, alteration + of the default via --param allow-store-data-races will + now be diagnosed and build systems have to be adjusted accordingly. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) hooks/post-receive -- gcc-wwwdocs