From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129017 invoked by alias); 29 Aug 2018 16:24:42 -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 128897 invoked by uid 89); 29 Aug 2018 16:24:26 -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=3-4, afford, urge 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; Wed, 29 Aug 2018 16:24:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1AEF4116F01; Wed, 29 Aug 2018 12:24:11 -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 ZUB-jljByiAH; Wed, 29 Aug 2018 12:24:11 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E0CC9116EDB; Wed, 29 Aug 2018 12:24:10 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A2B568587B; Wed, 29 Aug 2018 18:24:09 +0200 (CEST) Date: Wed, 29 Aug 2018 16:24:00 -0000 From: Joel Brobecker To: Keith Seitz Cc: gdb-patches@sourceware.org Subject: HEADS UP: GDB 8.2 release on Sep 3rd or 4th (was: "Re: GDB 8.2 release 2018-08-26 status update") Message-ID: <20180829162409.GA2537@adacore.com> References: <20180826101128.GB2705@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-SW-Source: 2018-08/txt/msg00743.txt.bz2 > > 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. > > Yes (re: mitigation). [...] > I would urge maintainers to consider a point release containing any fix > should the problem prove so prevalent/widespread over holding up the > current release. Thanks Keith. Unless there are objections, I therefore plan on switching the target milestone for this PR to 8.3, and then release either Monday or Tuesday (Sep 3-4) -- just in time for the GNU Cauldron :). Please yell if you know of blocking issues we missed. Thank you, -- Joel