From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44796 invoked by alias); 26 Feb 2016 10:03:24 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 44783 invoked by uid 89); 26 Feb 2016 10:03:22 -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=Mention, suppress, positives X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 26 Feb 2016 10:03:22 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 92AE2AB4B; Fri, 26 Feb 2016 10:03:18 +0000 (UTC) Subject: Re: [DOC, PATCH] Mention --enable-valgrind-annotations in install.texi To: Markus Trippelsdorf References: <5666FE18.1070306@suse.cz> <5667F562.7070306@suse.cz> <20151209100155.GA317@x4> Cc: gcc-patches@gcc.gnu.org, gerald@pfeifer.com From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <56D022E6.4060306@suse.cz> Date: Fri, 26 Feb 2016 10:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20151209100155.GA317@x4> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg01767.txt.bz2 On 12/09/2015 11:01 AM, Markus Trippelsdorf wrote: > Sorry, but this is simply awful ;-). How about: > > Mark selected memory related operations in the compiler when run under > valgrind to suppress false positives. Hi. I forgot to install the patch, following Markus' correction, installed as r233735. Martin