From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7815) id 015BD388A832; Wed, 24 Jun 2020 08:51:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 015BD388A832 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c890519eb128b23d9bc54356b2c95f64ff4ab01c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2b70f89ff4df991b32d3680f56485470ec978bc6 X-Git-Newrev: c890519eb128b23d9bc54356b2c95f64ff4ab01c Message-Id: <20200624085105.015BD388A832@sourceware.org> Date: Wed, 24 Jun 2020 08:51:04 +0000 (GMT) From: Marco Elver 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: Wed, 24 Jun 2020 08:51:05 -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 c890519eb128b23d9bc54356b2c95f64ff4ab01c (commit) from 2b70f89ff4df991b32d3680f56485470ec978bc6 (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 c890519eb128b23d9bc54356b2c95f64ff4ab01c Author: Marco Elver Date: Fri Jun 19 14:23:08 2020 +0200 gcc-11/changes: Document TSAN changes Document TSAN changes to support alternative runtimes, such as KCSAN. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 9dba1e14..dc22f216 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -46,6 +46,21 @@ a work-in-progress.

General Improvements

+
    +
  • + + ThreadSanitizer improvements to support alternative runtimes and + environments. The + Linux Kernel Concurrency Sanitizer (KCSAN) is now supported. +
      +
    • Add --param tsan-distinguish-volatile to optionally emit + instrumentation distinguishing volatile accesses.
    • +
    • Add --param tsan-instrument-func-entry-exit to optionally + control if function entries and exits should be instrumented.
    • +
    +
  • +
+

New Languages and Language specific improvements

----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) hooks/post-receive -- gcc-wwwdocs