From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77142 invoked by alias); 8 May 2015 14:43: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 77086 invoked by uid 89); 8 May 2015 14:43:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (207.82.80.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 May 2015 14:43:45 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by uk-mta-24.uk.mimecast.lan; Fri, 08 May 2015 15:43:43 +0100 Received: from localhost ([10.1.2.79]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 8 May 2015 15:43:42 +0100 From: Richard Sandiford To: Thomas Schwinge Mail-Followup-To: Thomas Schwinge ,, richard.sandiford@arm.com Cc: Subject: Re: genrecog: Address -Wsign-compare diagnostics References: <87egn5yis1.fsf@e105548-lin.cambridge.arm.com> <87twvntoyn.fsf@kepler.schwinge.homeip.net> Date: Fri, 08 May 2015 14:43:00 -0000 In-Reply-To: <87twvntoyn.fsf@kepler.schwinge.homeip.net> (Thomas Schwinge's message of "Fri, 8 May 2015 11:09:52 +0200") Message-ID: <873837uo2p.fsf@e105548-lin.cambridge.arm.com> User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 X-MC-Unique: xaxLkMGjQe-Ez8pLUfzAOg-1 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-05/txt/msg00676.txt.bz2 Thomas Schwinge writes: > Hi! > > On Mon, 27 Apr 2015 11:20:30 +0100, Richard Sandiford > wrote: >> This patch [...] by replacing most of genrecog [...] > > OK to commit? Looks good to me FWIW. Probably counts as obvious. Thanks, Richard