From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id 2D82A3858C83 for ; Sat, 26 Mar 2022 15:26:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2D82A3858C83 Received: from [2001:470:142:3::e] (port=57260 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nY8JX-0006SJ-Iw; Sat, 26 Mar 2022 11:26:51 -0400 Received: from [87.69.77.57] (port=4376 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nY8JW-0002pE-Mj; Sat, 26 Mar 2022 11:26:51 -0400 Date: Sat, 26 Mar 2022 18:26:48 +0300 Message-Id: <83v8w0ag5j.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker Cc: gdb-patches@sourceware.org In-Reply-To: <20220320055815.2A90FA4D6C@takamaka.home> (message from Joel Brobecker via Gdb-patches on Sun, 20 Mar 2022 09:58:15 +0400 (+04)) Subject: Re: GDB 12.0.90 available for testing References: <20220320055815.2A90FA4D6C@takamaka.home> X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2022 15:26:53 -0000 > Date: Sun, 20 Mar 2022 09:58:15 +0400 (+04) > From: Joel Brobecker via Gdb-patches > > I have just finished creating the gdb-12.0.90 pre-release. > It is available for download at the following location: > > ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-12.0.90.tar.xz > > A gzip'ed version is also available: gdb-12.0.90.tar.gz. > > Please give it a test if you can and report any problems you might find. I'm just starting to look at this pretest, but one thing I already see is that Gnulib's import was not updated. The upstream Gnulib includes several fixes for problems I reported against the version that came with GDB 11.1, but those fixes are not in gnulib/import/. Was that done intentionally? If so, what is the reason for not updating Gnulib? (I'm not insisting on the update, just asking. If this is not an omission, I can easily apply the same patches I did in GDB 11.1 when building.) Thanks.