From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55738 invoked by alias); 27 May 2016 22:08:47 -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 55718 invoked by uid 89); 27 May 2016 22:08:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:611 X-HELO: mail-qk0-f180.google.com Received: from mail-qk0-f180.google.com (HELO mail-qk0-f180.google.com) (209.85.220.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 27 May 2016 22:08:45 +0000 Received: by mail-qk0-f180.google.com with SMTP id n63so88972637qkf.0 for ; Fri, 27 May 2016 15:08:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=xLqk+U5Mz9u9xfKdd6Kvfg3zbBISJVTQuBCeADewbL0=; b=gqwlAj/B2okXl00ze4tPOnWGHaaZjPh5Dn70bU3xLkzMx8G9qPaurj+N9CogcIzc9v Y6R3NR4TgNqtz1fiTT6a4YoniAUg6JhSA6zdS+ki604ya3+haDkZy1NDea9QJj49NqtV jteSLjVeb6Xie7WEt7kpiV9CEgL4ItmUU175RgsF3rJlvE23GItMx0sSkiyMs6EDnuCd C91ZxRdtznJ6NpZegZVrpsdXdDwS6fayWIKbweGhoz3RMJHe/yz2UIBIgxtxRTNH0OoQ jpApejwUhDisjokVtsJejhEHUp/96mklcVJxEOO/agoMMonSbh8Oy3WyKYGYQ834Iw0C JTFA== X-Gm-Message-State: ALyK8tJAvxut3rMGhHJ53b6wxHug9T51NZzFp209oxk37r+lk2NI5nHjhglU2QlU4BKGHg== X-Received: by 10.237.36.56 with SMTP id r53mr15751745qtc.47.1464386923410; Fri, 27 May 2016 15:08:43 -0700 (PDT) Received: from [10.222.117.253] (pool-72-95-110-163.ptldme.east.myfairpoint.net. [72.95.110.163]) by smtp.googlemail.com with ESMTPSA id 89sm5942000qth.2.2016.05.27.15.08.42 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 May 2016 15:08:42 -0700 (PDT) Subject: Re: [PATCH v4] gcov: Runtime configurable destination output To: Aaron Conole , gcc-patches@gcc.gnu.org References: <1464282501-7696-1-git-send-email-aconole@bytheb.org> From: Nathan Sidwell Message-ID: <2f87d729-6577-a262-5bf9-640c0ba582a7@acm.org> Date: Sat, 28 May 2016 13:12:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <1464282501-7696-1-git-send-email-aconole@bytheb.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-05/txt/msg02244.txt.bz2 On 05/26/16 13:08, Aaron Conole wrote: > The previous gcov behavior was to always output errors on the stderr channel. > This is fine for most uses, but some programs will require stderr to be > untouched by libgcov for certain tests. This change allows configuring > the gcov output via an environment variable which will be used to open > the appropriate file. this is ok, thanks. 1) Do you know how to write and format a ChangeLog entry? 2) Are you able to commit the patch yourself (or have someone at RH walk you through the process) nathan