From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2477 invoked by alias); 28 Sep 2012 11:40:31 -0000 Received: (qmail 2469 invoked by uid 22791); 28 Sep 2012 11:40:30 -0000 X-SWARE-Spam-Status: No, hits=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS,TRACKER_ID X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Sep 2012 11:40:25 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8SBePxc018262 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 28 Sep 2012 07:40:25 -0400 Received: from spoyarek (spoyarek.pnq.redhat.com [10.65.192.188]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q8SBeIHd032010; Fri, 28 Sep 2012 07:40:24 -0400 Date: Fri, 28 Sep 2012 11:40:00 -0000 From: Siddhesh Poyarekar To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/4] bitpos expansion summary reloaded Message-ID: <20120928170937.5f797857@spoyarek> In-Reply-To: <20120928112024.GC22720@host2.jankratochvil.net> References: <20120927190053.1e7de264@spoyarek> <20120928112024.GC22720@host2.jankratochvil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00681.txt.bz2 On Fri, 28 Sep 2012 13:20:24 +0200, Jan wrote: > Hi Siddhesh, > > is anywhere FSF GDB GIT commit hash which all this work is for? cec90d9d386f57f116e114c50e4287281420f531 > On Thu, 27 Sep 2012 15:30:53 +0200, Siddhesh Poyarekar wrote: > > I have also updated my repository of splint output reports here: > > > > http://git.siddhesh.in/cgit.cgi/splint.git/ > > BTW I cannot "git clone" it. Possibly using downloads of each file > from this web interface I see no logs or timestamps and there are too > many files, most of which are probably no longer worth checking. git clone http://git.siddhesh.in/splint.git should work. > So far I do not see how to review the patch as it is not annotated > which change is for which valid splint warning. Comment from other Oh I'm sorry, I thought you intended to do that as part of your review, so I did not do it. The older warnings (processed) are in splint-bitpos2.locdiff.processed and the new ones are in splint-bitpos3.locdiff.processed. I generated the reports.done so that you don't have to redo the earlier review. Regards, Siddhesh