From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12535 invoked by alias); 12 Feb 2015 12:19:17 -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 12513 invoked by uid 89); 12 Feb 2015 12:19:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 12 Feb 2015 12:19:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id F349F116850; Thu, 12 Feb 2015 07:19:13 -0500 (EST) 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 cGyxdhknOz5T; Thu, 12 Feb 2015 07:19:13 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 98E2911683D; Thu, 12 Feb 2015 07:19:13 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 825D340EAD; Thu, 12 Feb 2015 16:19:10 +0400 (RET) Date: Thu, 12 Feb 2015 12:19:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 03/36] C++ keyword cleanliness, mostly auto-generated Message-ID: <20150212121910.GL4738@adacore.com> References: <1423524046-20605-1-git-send-email-palves@redhat.com> <1423524046-20605-4-git-send-email-palves@redhat.com> <20150211075749.GJ4738@adacore.com> <54DB2E8D.9000103@redhat.com> <54DB3416.1010404@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54DB3416.1010404@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-02/txt/msg00321.txt.bz2 > On 02/11/2015 10:27 AM, Pedro Alves wrote: > > > Below's the patch that I plan on folding in. Builds in C and C++ modes. > > Regtesting in progress. > > Regtesting successful. Here's the current version of the patch. Thanks a lot, Pedro, this is great. I haven't had a chance to review all the patches, and I will admit that I winced a little when seeing some of them (but accepted them), but overall, I'm very impressed to see progress in this area. Two comments: 1. I personally am not ready for a full switch to C++ ;-) I know it's not what this patch does, but just sayin' :-). Will work on it, though, but if you had some ideas of how soon you'd like to do the switch, that might help me plan better. 2. This is a fairly massive patch series, and in the interest of not making it inhuman for you to maintain it, I would be perfectly fine with a fairly quick process towards getting those patches pushed. Apart from the last few ones dealing with TRY_CATCH, it's fairly simple patches. Cheers! -- Joel