From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32263 invoked by alias); 10 Mar 2017 08:16:51 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 32234 invoked by uid 89); 10 Mar 2017 08:16:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=H*F:D*hr, Hx-languages-length:941 X-HELO: mail.fer.hr Received: from mail5.fer.hr (HELO mail.fer.hr) (161.53.72.235) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Mar 2017 08:16:47 +0000 Received: from POSTAR.fer.hr (2001:b68:16:250::72:237) by MAIL5.fer.hr (2001:b68:16:250::72:235) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 10 Mar 2017 09:16:45 +0100 Received: from mail-wm0-f43.google.com (74.125.82.43) by POSTAR.fer.hr (161.53.72.237) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 10 Mar 2017 09:16:45 +0100 Received: by mail-wm0-f43.google.com with SMTP id v186so4802317wmd.0 for ; Fri, 10 Mar 2017 00:16:45 -0800 (PST) X-Gm-Message-State: AFeK/H1qwG4rhDPVZQbbZjnpfvmXDoyBLk5x9b3S/DfLz+co6ipts9c2HosSehcYvksCO7cdZZDc9OTmLxpN4w== X-Received: by 10.28.147.147 with SMTP id v141mr1365277wmd.110.1489133804654; Fri, 10 Mar 2017 00:16:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.224.139 with HTTP; Fri, 10 Mar 2017 00:16:04 -0800 (PST) In-Reply-To: <82a2baaa4fc042f2b9c5a68b5986525a@MAIL.fer.hr> References: <5f0b16e4-8d9d-0312-5d93-d1cb87662d98@redhat.com> <82a2baaa4fc042f2b9c5a68b5986525a@MAIL.fer.hr> From: =?UTF-8?B?SnVyYWogT3LFoXVsacSH?= Date: Fri, 10 Mar 2017 08:16:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Rvalue references support? To: Keith Seitz CC: Pedro Alves , "gdb@sourceware.org" Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-03/txt/msg00016.txt.bz2 Thanks on the response! Good to know that there is a possiblity that it will get int 8.0. :) Greetings, Juraj On Thu, Mar 9, 2017 at 11:14 PM, Keith Seitz wrote: > On 03/09/2017 04:47 AM, Pedro Alves wrote: >> I think that we should at least make sure that that series is >> included in the incoming GDB 8.0 as is. We can always address >> the discovered problems afterwards. But maybe Keith has already >> sorted everything out... Stay tuned. > > Nope, not sorted yet. I've discovered a few further problems with > overload resolution. Nonetheless, my plan is to finish addressing the > last comments on the series (largely I've rewritten several tests), and > submit the series, overload problems and all, marking failing tests KFAIL. > > If I can get the overload resolution sorted before 8.0 is released, all > the better, but like Pedro, something is better than nothing. > > Keith