This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH v4] gcov: Runtime configurable destination output
- From: Nathan Sidwell <nathan at acm dot org>
- To: Aaron Conole <aconole at bytheb dot org>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 27 May 2016 18:08:42 -0400
- Subject: Re: [PATCH v4] gcov: Runtime configurable destination output
- Authentication-results: sourceware.org; auth=none
- References: <1464282501-7696-1-git-send-email-aconole at bytheb dot org>
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