From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4329 invoked by alias); 11 Jan 2018 03:59:43 -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 4303 invoked by uid 89); 11 Jan 2018 03:59:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=inability, stand 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, 11 Jan 2018 03:59:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 90F69117B94; Wed, 10 Jan 2018 22:59:39 -0500 (EST) 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 7Ufoqh3JPT0V; Wed, 10 Jan 2018 22:59:39 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id F060C117B8D; Wed, 10 Jan 2018 22:59:38 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id B241480374; Thu, 11 Jan 2018 07:59:34 +0400 (+04) Date: Thu, 11 Jan 2018 03:59:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Pedro Alves , macro@linux-mips.org, tom@tromey.com, simon.marchi@ericsson.com Subject: GDB 8.1 release candidate on Friday (2018-01-12) Message-ID: <20180111035934.x5nosnmrfp7r6cff@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-01/txt/msg00210.txt.bz2 Hello, Thanks to Pedro, Tom, Maciej and Simon, I think we should be in great shape. The following are the issues that are still existing and should be fixed before release: * [Pedro] gdb/22583 gdb.base/breakpoint-in-ro-region.exp regressions on software single-step tar gets The following were recently fixed: * [Maciej] remote/22597 Empty `qsThreadInfo' reply handling regression causing inability to execute * [Pedro/Joel] gdb/22670 regressions in Ada caused by introduction of wild matching in C++ patch series * [SimonM] no PR hurd: Add enough auxv support for AT_ENTRY for PIE binaries The following has been analyzed as a testcase issue, rather than a real issue -- hoping for the patch to be pushed soon: * [TomT] no PR yet Regression on 32-bit: gdb.guile/scm-ports.exp [Re: [RFA 1/2] Fix two regress ions in scalar printing https://sourceware.org/ml/gdb-patches/2017-12/msg00215.html Tom proposed a patch. Pedro asked for some clarification, Doug approved, and Tom provides some answers. On my end, I am down to a very small number of failures when I use AdaCore's testsuite. I still have to analyze them, but from where I stand, only one may be related to the wild-matching series, but I am guestimating that this is unlikely. Not blocking for the first pre-release, IMO. So, unless there are new issues we just discovered, I will proceed with the first pre-release tomorrow! -- Joel