From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53776 invoked by alias); 20 May 2016 01:11:36 -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 53741 invoked by uid 89); 20 May 2016 01:11:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=headquarters, his, our X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 20 May 2016 01:11:31 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C83287F352; Fri, 20 May 2016 01:11:29 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-172.phx2.redhat.com [10.3.116.172]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4K1BSaC028742; Thu, 19 May 2016 21:11:29 -0400 Subject: Re: [PATCH v2] gcov: Runtime configurable destination output To: Nathan Sidwell , Aaron Conole References: <1456350732-8272-1-git-send-email-aconole@bytheb.org> <23c4a1b3-343e-aa21-054a-b943ebf9cf6d@redhat.com> <2aaa63d1-238c-d8d6-b1ad-15b6b4969297@acm.org> Cc: gcc-patches@gcc.gnu.org, Jan Hubicka , Nathan Sidwell From: Jeff Law Message-ID: <25027c2c-9ac8-da6d-be88-817ac093c4d4@redhat.com> Date: Fri, 20 May 2016 01:11:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <2aaa63d1-238c-d8d6-b1ad-15b6b4969297@acm.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg01593.txt.bz2 On 05/19/2016 05:14 PM, Nathan Sidwell wrote: > On 05/19/16 15:25, Jeff Law wrote: >> On 05/19/2016 12:40 PM, Aaron Conole wrote: > >>> I'm happy to report that I did send in some FSF paperwork this week. >>> Hopefully it is on record now, but even if it isn't I live a train ride >>> away from the FSF headquarters so I'd be happy to take the time to make >>> sure it's all signed correctly. > > > >> Also note that Aaron works for Red Hat and should be covered by our >> existing >> assignments. > > Yeah, Aaron hit me with that clue bat privately -- I'd just grepped his > name and not noticed the email! I thought we were all settled, sorry if > that wasn't clear. No worries. I didn't realize it either at first :-) jeff