From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34125 invoked by alias); 12 May 2015 15:32:52 -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 34087 invoked by uid 89); 12 May 2015 15:32:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mailout1.w1.samsung.com Received: from mailout1.w1.samsung.com (HELO mailout1.w1.samsung.com) (210.118.77.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 12 May 2015 15:32:50 +0000 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NO800LGHTUM2GA0@mailout1.w1.samsung.com> for gcc-patches@gcc.gnu.org; Tue, 12 May 2015 16:32:46 +0100 (BST) Received: from eusync3.samsung.com ( [203.254.199.213]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id 63.E9.05269.D1D12555; Tue, 12 May 2015 16:32:46 +0100 (BST) Received: from [106.109.9.145] by eusync3.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0NO800MUVTULAX70@eusync3.samsung.com>; Tue, 12 May 2015 16:32:45 +0100 (BST) Message-id: <55521D48.2050302@samsung.com> Date: Tue, 12 May 2015 15:33:00 -0000 From: Yury Gribov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-version: 1.0 To: tbsaunde@tbsaunde.org, Tom de Vries Cc: Diego Novillo , GCC Patches , Jeff Law Subject: Re: [PATCH][PING^2] Skip preprocessor directives in mklog References: <553633FB.3050206@samsung.com> <5541EFCE.3070004@samsung.com> <555219FC.8090703@samsung.com> In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg01108.txt.bz2 On 05/12/2015 06:23 PM, Diego Novillo wrote: > The patch looks fine to me. > > I'm not really involved in GCC development anymore. I would suggest > that this script should be maintained by whoever's been hacking on it > the most. It's a simple script, so it shouldn't be hard to find a new > maintainer for it. Trevor, Tom, Does anyone want to volunteer? -Y