From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18252 invoked by alias); 25 Mar 2019 22:29:50 -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 18237 invoked by uid 89); 25 Mar 2019 22:29:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=bet X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Mar 2019 22:29:48 +0000 Received: from [172.16.0.89] (192-222-157-41.qc.cable.ebox.net [192.222.157.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 768E61E4A2; Mon, 25 Mar 2019 18:29:46 -0400 (EDT) Subject: Re: GDB 8.3 release update (2019-03-25) To: Joel Brobecker , gdb-patches@sourceware.org References: <20190325204307.GA21459@adacore.com> From: Simon Marchi Message-ID: <8f3455a2-4e77-0e0b-85b0-323bdfbb1269@simark.ca> Date: Mon, 25 Mar 2019 22:29:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <20190325204307.GA21459@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-03/txt/msg00574.txt.bz2 On 2019-03-25 4:43 p.m., Joel Brobecker wrote: > Hello, > > Sorry for the fairly long delay since the last "update" (aka > pre-release). I was busy traveling, and I was also seeing > a fair amount of activity on all the issues being discovered. > > To me, it looks like all issues reported for that version > have been fixed? > > In terms of bugzilla, there are no open bugs targetting 8.3 > at the moment, so we are good on this end too. > > If we can confirm there aren't any issues we know of that we want > to fix for 8.3, I could create the release, say, this weekend, or > early next week. > There is this that I would consider quite blocking; https://sourceware.org/ml/gdb-patches/2019-03/msg00517.html I haven't checked if the bug appears in 8.3, but I would bet that it does, since the patch that caused it was pushed to master and the 8.3 branch. In any case, it should be fixed in the coming days. I will still put an entry in the release page on the wiki. Simon