From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90371 invoked by alias); 28 Mar 2019 17:36:38 -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 90362 invoked by uid 89); 28 Mar 2019 17:36:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= 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; Thu, 28 Mar 2019 17:36:37 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B6E36116E3E; Thu, 28 Mar 2019 13:36:35 -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 dbzhuNcacBpf; Thu, 28 Mar 2019 13:36:35 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 85DC4116E36; Thu, 28 Mar 2019 13:36:35 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CE7EF83AE0; Thu, 28 Mar 2019 10:36:33 -0700 (PDT) Date: Thu, 28 Mar 2019 17:36:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Pedro Franco de Carvalho , gdb-patches@sourceware.org, Tom Tromey Subject: Re: GDB 8.3 release update (2019-03-25) Message-ID: <20190328173633.GA30457@adacore.com> References: <20190325204307.GA21459@adacore.com> <87ef6t2v8p.fsf@linux.vnet.ibm.com> <20190326222103.GD6837@adacore.com> <54749de1-b15e-0c32-3c3a-31838d1feaf9@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54749de1-b15e-0c32-3c3a-31838d1feaf9@redhat.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-03/txt/msg00722.txt.bz2 > >> There is another testsuite issue that was fixed, but the fix doesn't seem > >> to be in the release branch yet > >> . > > This one, I think is OK, but it isn't as clear. It's not clear also > > how critical it is for gdb-8.3. Pedro? > > It's not critical in the sense that it fixes anything regular uses > might notice. It fixes a testsuite hang when some testcase hits a tcl > error, IOW, when a testcase has some buglet. Pedro ran into such a hang > more than once, so it'd likely help testers if the patch was merged. > I think the patch itself is pretty low risk. I think it'd be OK to put > it in the branch. Thanks for confirming, Pedro. This one is now in gdb-8.3-branch as well. -- Joel