From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10116 invoked by alias); 10 May 2013 08:23:16 -0000 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 Received: (qmail 10092 invoked by uid 89); 10 May 2013 08:23:13 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 10 May 2013 08:23:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D68822E674; Fri, 10 May 2013 04:23:10 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jI6BqMj9A9eW; Fri, 10 May 2013 04:23:10 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6EA6D1C7F97; Fri, 10 May 2013 04:23:10 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B7C4EC1BD4; Fri, 10 May 2013 12:23:04 +0400 (RET) Date: Fri, 10 May 2013 08:23:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 00/40] add cleanup checker and fix cleanup bugs Message-ID: <20130510082304.GG9160@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00367.txt.bz2 > This series adds a cleanup checker and then fixes most of the bugs it > notices. Thanks, Tom. Amazing how easy it is to miss a cleanup, and how many errors this tool found as a result... I like it! I am wondering if this is something that we could run nightly, either as part of the ARI, or in addition to it? -- Joel