From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id +FjyB9AwP2KNbgAAWB0awg (envelope-from ) for ; Sat, 26 Mar 2022 11:27:12 -0400 Received: by simark.ca (Postfix, from userid 112) id 1E80A1F3E0; Sat, 26 Mar 2022 11:27:12 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 906811EDF0 for ; Sat, 26 Mar 2022 11:27:11 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id F1DAC3858C52 for ; Sat, 26 Mar 2022 15:27:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1DAC3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1648308431; bh=9LBnEXL9imP4yp7KvkOa1OqWh2T9HcgJc8q/XGMXZJM=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=WPlxbwpaF9ROalvi6/Qw3pjGQy1K+NK1BeOktIJjpRaAOKYdDC476WQ8M3QX2KpBJ cvVkh+QP5lKEicGTFJ5Y5hROSdNxAFlu1FmdJLJ3Mslb6eLbDnNSRMGhZSBAjGKGkz a4KC6SjpOuvFpmaOAgbLvXWRKq8sHb7m7hXsvSe4= 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> To: Joel Brobecker 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-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: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > 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.