From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id an/YNiDdT2KzEgAAWB0awg (envelope-from ) for ; Fri, 08 Apr 2022 02:58:40 -0400 Received: by simark.ca (Postfix, from userid 112) id CF8B01F344; Fri, 8 Apr 2022 02:58:40 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 624651ED17 for ; Fri, 8 Apr 2022 02:58:38 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 716D83858036 for ; Fri, 8 Apr 2022 06:58:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 716D83858036 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1649401117; bh=41oEHcUgTXKaDvdWsFCrr6XNGUkQKzGppEKpsIcaI1w=; 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=nHRZxkGP9KMtFeXp05x6/yHYFN7TLEn4EA2aWXGi7GWjVjn9NqIs1ko3mHEYI6acy gj3OBN1b4Wn/Vb6Ox99a/T74nciaTi2UOhq8VTdlAZetp54MumcVYqCknW/QV/pYwd ZkIrag6kLJvbCvKoER3/P1NYHRlZ356D16CqyhYg= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 7BF813858C50 for ; Fri, 8 Apr 2022 06:58:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7BF813858C50 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59794) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nciZV-0002BV-O6; Fri, 08 Apr 2022 02:58:17 -0400 Received: from [87.69.77.57] (port=2496 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 1nciZV-0003vV-55; Fri, 08 Apr 2022 02:58:17 -0400 Date: Fri, 08 Apr 2022 09:58:29 +0300 Message-Id: <837d80awoa.fsf@gnu.org> To: Tom Tromey In-Reply-To: <871qy8agqz.fsf@tromey.com> (message from Tom Tromey on Thu, 07 Apr 2022 12:30:12 -0600) Subject: Re: GDB 12.0.90 available for testing References: <20220320055815.2A90FA4D6C@takamaka.home> <83v8w0ag5j.fsf@gnu.org> <83tubkadx4.fsf@gnu.org> <87ee28anbg.fsf@tromey.com> <83pmlsc1pj.fsf@gnu.org> <871qy8agqz.fsf@tromey.com> 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: brobecker@adacore.com, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > From: Tom Tromey > Cc: Tom Tromey , Eli Zaretskii , > brobecker@adacore.com > Date: Thu, 07 Apr 2022 12:30:12 -0600 > > Eli> It isn't a single update. I identified at least 2, maybe 3 changes > Eli> Gnulib installed based on my reports of problems found in GDB 11. > > I didn't see the details, can you resend them? gnulib commit ids would > be the most convenient but other forms would be alright. The relevant Gnulib commits are: 38d0749, c7b1e06, and 21fccfa. The commit messages include the URL of the reports I posted to the Gnulib mailing list, which led to the changes. > On the release branch we could import selected patches if we think they > are safe. They are safe, but I have no idea whether you can import them without importing other parts of Gnulib. Specifically, the patches in those commits, if applied to GDB, will definitely work in the MinGW builds, but I'm not sure about other platforms. Better to consult with the Gnulib folks on that, I guess.