From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7019 invoked by alias); 9 Feb 2015 23:15:40 -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 6988 invoked by uid 89); 9 Feb 2015 23:15:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: atrey.karlin.mff.cuni.cz Received: from atrey.karlin.mff.cuni.cz (HELO atrey.karlin.mff.cuni.cz) (195.113.26.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Feb 2015 23:15:38 +0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 4018) id C0F0681D3E; Tue, 10 Feb 2015 00:15:35 +0100 (CET) Date: Mon, 09 Feb 2015 23:15:00 -0000 From: Jan Hubicka To: Trevor Saunders Cc: gcc-patches@gcc.gnu.org, hubicka@ucwa.cz Subject: Re: patch ping Message-ID: <20150209231535.GB31655@atrey.karlin.mff.cuni.cz> References: <20150209230558.GB13654@tsaunders-iceball.corp.tor1.mozilla.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150209230558.GB13654@tsaunders-iceball.corp.tor1.mozilla.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00578.txt.bz2 > Hi, > > I'd like to ping these patches > > http://gcc.gnu.org/ml/gcc-patches/2015-01/msg02716.html > pr 61889 - p1 don't require ftw.h in gcov-tool.c Looks good enough. Hopefully eventually someone will write mingw implementation. OK > > http://gcc.gnu.org/ml/gcc-patches/2015-01/msg01869.html > pr 64076 - p2 - don't ICE on invalid code that has ironly and not ironly > thunks OK. Please add me to CC for patches that I can aprove. Honza > > thanks! > > Trev