From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by sourceware.org (Postfix) with ESMTPS id D88893857C5A for ; Sun, 13 Sep 2020 16:40:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D88893857C5A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=alves.ped@gmail.com Received: by mail-wm1-f67.google.com with SMTP id l9so8963503wme.3 for ; Sun, 13 Sep 2020 09:40:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=pKRgiqxY3HyEkrXk3PX8HjFmFb5Pl4yURWnZh4I2OSk=; b=rHL5U6QbN1XrHSVqLuc3sg5FCocng042QYeGYPF+O5IslIGfW2ZWFNxMo65pHFhr1R D7kui+Sna36d2szZhmdvo1sgJoaWE43ndYeHkPEyEmAuSloxZ1kDclqb6RbknoehNLKQ SngBNCqbAtp86JVMsBGAgCFgIrv7JvvtsMwe167uUE7Zc7FIAiT2yZEnpo6J45gDPs9F J7v8mjmYMjv17pLUHKlYy7xukdYmbImazyXwwgRl6a+waVGsQfTLn9rsclMaxcy0HPAl 0UBSkW78gKEO8CZ8gpHAFfn+j1PWcvfc7fIN07QDUZs2MVf2PIUqrpaaNJQZCC8MPNs9 WnwQ== X-Gm-Message-State: AOAM531opyuonKVY1olEwkqwSiTZ1Yw2dT0wm8A8DRrx91cCybSwBFo9 fNQNqP1fcp10CgZgU+UzMUMno86JZ0dA9Q== X-Google-Smtp-Source: ABdhPJwZ4zzgzX0c2FkNJEepwGGpjMGOyvDeZVcEV9YWfm38EXiwoyMYgNb8hQd5zlz+vLNrH2n+ug== X-Received: by 2002:a7b:c3d0:: with SMTP id t16mr11366589wmj.169.1600015221205; Sun, 13 Sep 2020 09:40:21 -0700 (PDT) Received: from ?IPv6:2001:8a0:f905:5600:eefd:c63:53e0:3e8a? ([2001:8a0:f905:5600:eefd:c63:53e0:3e8a]) by smtp.gmail.com with ESMTPSA id b194sm15995494wmd.42.2020.09.13.09.40.19 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 13 Sep 2020 09:40:20 -0700 (PDT) Subject: Re: [PATCH] Remove stale "register" bits from gdb.cp/misc.cc (Re: [PATCH] Move "register" test out of classes.exp to a separate testcase) To: Mark Wielaard References: <20200822121935.6086-1-mark@klomp.org> <4a45bd6b-2d4c-10c9-03af-2a8be5e37783@palves.net> <9ed2dbe1-9f38-7035-9cbc-457d2f0c7889@palves.net> <20200822185304.GA3854@wildebeest.org> Cc: Simon Marchi , gdb-patches@sourceware.org From: Pedro Alves Message-ID: <0746ba65-c877-201e-b68b-8e89f882d676@palves.net> Date: Sun, 13 Sep 2020 17:40:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20200822185304.GA3854@wildebeest.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2020 16:40:24 -0000 On 8/22/20 7:53 PM, Mark Wielaard wrote: > On Sat, Aug 22, 2020 at 06:11:49PM +0100, Pedro Alves wrote: >> On 8/22/20 6:08 PM, Pedro Alves wrote: >> >>> See patch below. I propose we push this in instead. >> >> And then this on top. > > I cannot claim to fully understand the patches, but they work on my > setup, classes, misc and inherit all compile and PASS all tests (misc > does have one duplicate "pointer addition with integer reference"). Alright, I've now merged them. Thanks, Pedro Alves