From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109363 invoked by alias); 2 Apr 2016 08:48:34 -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 109353 invoked by uid 89); 2 Apr 2016 08:48:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:gmail.com, H*RU:gmail.com, Hx-spam-relays-external:gmail.com X-HELO: mail-lb0-f195.google.com Received: from mail-lb0-f195.google.com (HELO mail-lb0-f195.google.com) (209.85.217.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 02 Apr 2016 08:48:32 +0000 Received: by mail-lb0-f195.google.com with SMTP id gk8so9796666lbc.2 for ; Sat, 02 Apr 2016 01:48:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=JYfgNdYIuDn6kgbxqpaJFAPv2orZ2F4XSzfTObOdyzA=; b=Bg+DtmQfi2VNqtA8KSvS+DcFfd7c5bIwSecrYabzMdEBv6UrIjFCOUps4ADWXp1jgI pMmz7YgcxKr3RPaaPUfOmjwEbgBzubddZrZ6w/yx9sb1wSq2qkoSpJkOgik56KbKW5ti wr6eJSWFujqq0Q7PZwu2IwjZ8O3P2XZzeMvgLDvNhYrr0TEHBSs6Ap8hRtPsBwSFGM/C KVMtqWxFqNGzasr74ePKbAL7Mp9qS/0gsJq7gr7l5VJnAElBkaxCJDkqzniiU5Ot4zdj o5PeSNmy5Y49v6WKgSjUIqm4PAWkCBrNBYU2CsV1H75JSk4jD4PgOG5dsY9uLZVRLY5C cMNQ== X-Gm-Message-State: AD7BkJKRKDBUud+J6byrknUxl46/+aTjux8MshUGS+nTaF0K2MIpa4hbwqJ8yk9sUqgv6Q== X-Received: by 10.112.13.193 with SMTP id j1mr3803598lbc.24.1459586908753; Sat, 02 Apr 2016 01:48:28 -0700 (PDT) Received: from gmail.com (broadband-90-154-70-42.nationalcablenetworks.ru. [90.154.70.42]) by smtp.gmail.com with ESMTPSA id tm4sm2888650lbb.42.2016.04.02.01.48.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Apr 2016 01:48:28 -0700 (PDT) Date: Sat, 02 Apr 2016 08:48:00 -0000 From: Artemiy Volkov To: Keith Seitz Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v4 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb Message-ID: <20160402084706.GD7371@gmail.com> References: <1457147955-21871-1-git-send-email-artemiyv@acm.org> <1458593958-25656-1-git-send-email-artemiyv@acm.org> <56FD89F7.1020409@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56FD89F7.1020409@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00017.txt.bz2 On Thu, Mar 31, 2016 at 01:35:03PM -0700, Keith Seitz wrote: > On 03/21/2016 01:59 PM, Artemiy Volkov wrote: > > Hi all, > > > > this is my fourth take on fixing gdb/14441 which deals with C++0x rvalue > > references. > > > > There are two small nits (see replies in #8 and #9), otherwise, this > series looks ready for a final evaluation by a maintainer. > > Since the nits are really minor, I recommend just replying [to my > messages] with corrections on those two specific patches instead of > reposting the entire series. Done and done. I hope that's OK that I didn't resend the description and changelog parts. > > Thank you for your patch (and patience)! Same here about the patience part :) Artemiy