From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 88C71385BF81 for ; Sun, 24 May 2020 22:44:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 88C71385BF81 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3BA89116F65; Sun, 24 May 2020 18:44:08 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com 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 faXRP+oFEY0d; Sun, 24 May 2020 18:44:08 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0BE53116F55; Sun, 24 May 2020 18:44:08 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 5232E82CC9; Sun, 24 May 2020 15:44:06 -0700 (PDT) Date: Sun, 24 May 2020 15:44:06 -0700 From: Joel Brobecker To: Christian Biesinger Cc: Christian Biesinger via gdb-patches , Simon Marchi Subject: Re: Pushed to gdb-9-branch: [PUSHED/OBVIOUS] Fix base class function call Message-ID: <20200524224406.GA14003@adacore.com> References: <20200205175257.197506-1-cbiesinger@google.com> <20200523163130.GA2122@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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, 24 May 2020 22:44:09 -0000 > > As a user stumbled onto the error that this commit fixes, and the > > correction > > is indeed quite obvious, I created a new PR for this issue, and then > > backported the patch to the gdb-9-branch: > > > > https://sourceware.org/bugzilla/show_bug.cgi?id=26029 > > > Thanks Joel! I had completely forgotten that I wrote that patch. Credits to Simon who pointed me to the patch when a user reported that issue. From there, I was happy to do the easy part of backporting the patch :). -- Joel