From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8068 invoked by alias); 21 Aug 2018 18:33:40 -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 8026 invoked by uid 89); 21 Aug 2018 18:33:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_STOCKGEN,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=seemingly, him X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Aug 2018 18:33:37 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BF4BF3082A38; Tue, 21 Aug 2018 18:33:35 +0000 (UTC) Received: from pinnacle.lan (ovpn-116-27.phx2.redhat.com [10.3.116.27]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 78A7D75744; Tue, 21 Aug 2018 18:33:35 +0000 (UTC) Date: Tue, 21 Aug 2018 18:33:00 -0000 From: Kevin Buettner To: Joel Brobecker Cc: gdb-patches@sourceware.org, scox@redhat.com, palves@redhat.com, Keith Seitz Subject: Re: GDB 8.2 release 2018-08-21 status update Message-ID: <20180821113334.5593255a@pinnacle.lan> In-Reply-To: <20180821175136.GA3365@adacore.com> References: <20180821175136.GA3365@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00507.txt.bz2 On Tue, 21 Aug 2018 10:51:36 -0700 Joel Brobecker wrote: > * [KevinB] PR gdb/23021 > Setting breakpoints with -freorder-blocks-and-partition > https://sourceware.org/bugzilla/show_bug.cgi?id=23021 > > Identified as needed in the previous release, but couldn't do it > in time. We should be very close, now: > [v3] https://sourceware.org/ml/gdb-patches/2018-08/msg00467.html > > I'm wondering how reasonable it's going to be to backport > those changes onto the branch, though... Any thoughts on that? > Kevin? Simon? I know that the current patches won't apply cleanly - I had to do a bit of work yesterday to rebase my v2 work to the current sources. It probably won't be too hard though... > * [KevinB] PR symtab/23010 > Regression: Assertion: SYMBOL_LANGUAGE (sym) == DICT_LANGUAGE (dict)->la_language > https://sourceware.org/bugzilla/show_bug.cgi?id=23010 > > This regression was seemingly fixed, and then makes a come back. > I suggested we double-check this is indeed still a regression. I think this one is for Keith? (I've added him to the CC.) Kevin