From patchwork Sun Feb 28 19:39:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 589624 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 92D6D14076B for ; Mon, 29 Feb 2016 06:40:15 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=iMEsb3aA; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=P4gvaEiEpSmz/mSymKJP7COnOtnnOAfofJjnGR/IgzS5PzzurnW0F GhT07wIG7OMUGLhfaqdISRKgaNkYPYJLIOb/8/gX3o86xJiGd88zINnd/e6nApno 95MaeL/snnXE+9lfVqITyvwOm0BCic+zE8npW5xCYh4vblhg9lTPMo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=f+sPc6ldtVK3BazuQOetsqtbe0g=; b=iMEsb3aA7CDeD/P6V/2A EnBtg9YrnrtFuxXutZCEvAjw6WIEd0oXvSLDQm2UqCHzlD7M+LS5mWxLN4hR8z2M rn92ms88+gvpmiOt2zVgoTfZFw7kQO3dHCVGwwr5562L14RCLZdhsGpuOOaP49Ik urnYXIVfhMyYQWIccz+zvoQ= Received: (qmail 24349 invoked by alias); 28 Feb 2016 19:40:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 24330 invoked by uid 89); 28 Feb 2016 19:40:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1024, 1387, 138, 7 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 28 Feb 2016 19:40:01 +0000 Received: from anthias (vie-188-118-249-091.dsl.sil.at [188.118.249.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id AF7763F45F for ; Sun, 28 Feb 2016 14:39:58 -0500 (EST) Date: Sun, 28 Feb 2016 20:39:56 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Update link to ThreadSanitizer Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes This wasn't strictly broken, but redirects to a new address; still makes sense to follow that. Applied. Gerald Index: gcc-4.8/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.135 diff -u -r1.135 changes.html --- gcc-4.8/changes.html 14 Nov 2015 20:52:25 -0000 1.135 +++ gcc-4.8/changes.html 28 Feb 2016 19:38:21 -0000 @@ -138,7 +138,7 @@ nicer stacktraces, use -fno-omit-frame-pointer. The AddressSanitizer is available on IA-32/x86-64/x32/PowerPC/PowerPC64 GNU/Linux and on x86-64 Darwin. -
  • ThreadSanitizer has been added and can be enabled via -fsanitize=thread. Instructions will be instrumented to detect data races. The ThreadSanitizer is available on x86-64