From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17608 invoked by alias); 20 Jun 2012 17:25:36 -0000 Received: (qmail 17589 invoked by uid 22791); 20 Jun 2012 17:25:35 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Wed, 20 Jun 2012 17:25:17 +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 q5KHPH5J008469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Jun 2012 13:25:17 -0400 Received: from host2.jankratochvil.net (ovpn-116-33.ams2.redhat.com [10.36.116.33]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q5KHPD6B001099 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 20 Jun 2012 13:25:15 -0400 Date: Wed, 20 Jun 2012 17:25:00 -0000 From: Jan Kratochvil To: Siddhesh Poyarekar Cc: gdb-patches@sourceware.org, Tom Tromey Subject: Re: [1/2][PATCH v3] Expand bitpos and type.length to LONGEST and ULONGEST Message-ID: <20120620172512.GA7758@host2.jankratochvil.net> References: <20120608141636.GA24175@host2.jankratochvil.net> <20120608152735.GA26491@host2.jankratochvil.net> <20120611182346.1b8d872b@spoyarek> <20120611125933.GA7733@host2.jankratochvil.net> <20120612000336.5dfcc246@spoyarek> <20120612095543.GA10148@host2.jankratochvil.net> <20120612143432.GA24369@host2.jankratochvil.net> <20120618160027.67b2034c@spoyarek> <20120620154720.GA2468@host2.jankratochvil.net> <20120620220252.1bee8077@spoyarek> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120620220252.1bee8077@spoyarek> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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-06/txt/msg00639.txt.bz2 On Wed, 20 Jun 2012 18:32:52 +0200, Siddhesh Poyarekar wrote: > On Wed, 20 Jun 2012 17:47:20 +0200, Jan wrote: > > On Mon, 18 Jun 2012 12:30:27 +0200, Siddhesh Poyarekar wrote: > > > * Remove blocks that do not record changes, i.e. of the type: [...] > > BTW these are already removed by "locdiff" itself, why another pass? > > There still were many such instances I found. OK, those were before the previous unprocessed final message: Finished checking --- 3668 code warnings Thanks, Jan