From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5144 invoked by alias); 26 Aug 2018 10:11:34 -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 2955 invoked by uid 89); 26 Aug 2018 10:11:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_STOCKGEN,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Assertion, 8.0, releasing, Hx-languages-length:987 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 26 Aug 2018 10:11:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9D491116318; Sun, 26 Aug 2018 06:11:30 -0400 (EDT) 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 EArpT2yTE+tG; Sun, 26 Aug 2018 06:11:30 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6EDBB116315; Sun, 26 Aug 2018 06:11:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7F49D86A7C; Sun, 26 Aug 2018 12:11:28 +0200 (CEST) Date: Sun, 26 Aug 2018 10:11:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker , Keith Seitz Subject: GDB 8.2 release 2018-08-26 status update Message-ID: <20180826101128.GB2705@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-08/txt/msg00623.txt.bz2 Hello, First of all, thanks to everyone who got involved last week and gave the release a nice little push. This really helpped and we are getting closer! As far as I can tell, there is only PR still left pending: * [KeithS] 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'm still not sure whether it's the same issue, or rather a different one that lead to the same symptom, though. At this point, I think we should only wait so long for a fix to this one, and consider the idea of releasing what we have at the moment, without PR symtab/23010 completely fixed if necessary. The release is getting very late, and this problem was both present in 8.0 and I believe mitigated in the 8.2 branch. So we can afford to defer the rest of the fix in 8.3. Thoughts? -- Joel