From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22117 invoked by alias); 20 Oct 2016 21:49:47 -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 22103 invoked by uid 89); 20 Oct 2016 21:49:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:cmgw3, Hx-spam-relays-external:10.0.90.84, H*RU:10.0.90.84, H*RU:cmgw3 X-HELO: gproxy7-pub.mail.unifiedlayer.com Received: from gproxy7-pub.mail.unifiedlayer.com (HELO gproxy7-pub.mail.unifiedlayer.com) (70.40.196.235) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Thu, 20 Oct 2016 21:49:37 +0000 Received: (qmail 7332 invoked by uid 0); 20 Oct 2016 21:49:35 -0000 Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy7.mail.unifiedlayer.com with SMTP; 20 Oct 2016 21:49:35 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by cmgw3 with id xxpY1t00o2f2jeq01xpbXi; Thu, 20 Oct 2016 15:49:35 -0600 X-Authority-Analysis: v=2.1 cv=KLfJUj1o c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=CH0kA5CcgfcA:10 a=zstS-IiYAAAA:8 a=H0_-XJLelw3yeHK01NkA:9 a=4G6NA9xxw8l3yy4pmD5M:22 Received: from 174-16-143-211.hlrn.qwest.net ([174.16.143.211]:55886 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_1) (envelope-from ) id 1bxLDQ-0005mc-JR; Thu, 20 Oct 2016 15:49:32 -0600 From: Tom Tromey To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA v2 00/17] more C++ References: <1476393012-29987-1-git-send-email-tom@tromey.com> Date: Thu, 20 Oct 2016 21:49:00 -0000 In-Reply-To: <1476393012-29987-1-git-send-email-tom@tromey.com> (Tom Tromey's message of "Thu, 13 Oct 2016 15:09:55 -0600") Message-ID: <8760omhes4.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1bxLDQ-0005mc-JR X-Source-Sender: 174-16-143-211.hlrn.qwest.net (bapiya) [174.16.143.211]:55886 X-Source-Auth: tom+tromey.com X-Email-Count: 9 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2016-10/txt/msg00625.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Tom> This is an updated version of my C++-ification series. It has been Tom> rebased on Pedro's unique_ptr patch, so it can't go in until that Tom> does. Tom> I think I've addressed all review comments. (Though now that I am Tom> writing this I remember I haven't yet dealt with the "override" Tom> issue.) I've sent the various updated patches. I'll hold off pushing until those are reviewed. I did re-build and re-regtest on x86-64 Fedora 24. I'll send my add-on patches shortly. Tom