From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id 930853858D39 for ; Sat, 11 Dec 2021 07:50:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 930853858D39 Received: by mail-wr1-x42b.google.com with SMTP id c4so18463570wrd.9 for ; Fri, 10 Dec 2021 23:50:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=G71De9lm1rYAg3SpLsqiXDF5yS/pLhqB6/da3vlOzCQ=; b=LnyGhqEdJFKYLf+AGua1ZmzVsDpDlDXLK7cRfkpU4nI/NJA11/+ofs1hoJa49p1IYn m3NINZKFHYpZz7QjYSIdPK0lyhtJNA68q4LnPrQX2L6usIz4pSxmQhiOVDLkB/lnTxmp T6uNXaIX8ydvR4OTDBNULtZ77PAHDkEIIZob4nI+V13/aHsV65rhgfbNEuaXBfdbfXnQ GpfQsdS+vCRQN7aGZm/EdXGNBDaZoEAx3SkeroKo3MtnDvpwB511folAXSyZDfc0/3OL 5gNGAVzEH2DCc64zvGD95RBjt3sjBpQB2PQBs46bNs6+GPOMKVpmTIi7ZoOj/Fs58wy4 tyUQ== X-Gm-Message-State: AOAM53117Ut9VEBuE+goaS1uEqfjR1crTIGl6UHDAkUwnLsZ0qOWOhxk XSzheB9EKRL+YncsD053V3Cd X-Google-Smtp-Source: ABdhPJz+xnpChfs4IxJyJHctoTwxs5Cb/i8yidfq9ME+bYxyKmAlXQwEbFUC1TCyAnUih9KXlYhXfw== X-Received: by 2002:adf:ab53:: with SMTP id r19mr19839240wrc.584.1639209053656; Fri, 10 Dec 2021 23:50:53 -0800 (PST) Received: from takamaka.home (lfbn-reu-1-483-157.w92-130.abo.wanadoo.fr. [92.130.72.157]) by smtp.gmail.com with ESMTPSA id s8sm4374922wro.19.2021.12.10.23.50.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Dec 2021 23:50:53 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id B6817A49EE; Sat, 11 Dec 2021 11:50:50 +0400 (+04) Date: Sat, 11 Dec 2021 11:50:50 +0400 From: Joel Brobecker To: Andrew Burgess Cc: Joel Brobecker , Bruno Larsen , gdb-patches@sourceware.org Subject: Re: [PATCH v2] PR gdb/28480: Improve ambiguous member detection Message-ID: References: <20211108182722.29510-1-blarsen@redhat.com> <20211122180011.GG2514@redhat.com> <20211124170933.GO2662946@redhat.com> <20211206111625.GA2593@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211206111625.GA2593@redhat.com> X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Sat, 11 Dec 2021 07:50:57 -0000 > > Do you think this patch is safe-enough to be backported to 11.2? > > This was requested because it was an apparent regression compared to > > GDB 10. > > I'm happy for this patch to go into 11.2, the change seems pretty self > contained, so I don't think there should be too much risk. Thanks Andrew. I've pushed the patch to gdb-11-branch after having added a ChangeLog entry. -- Joel