From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 15D423831398 for ; Thu, 28 Sep 2023 17:49:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 15D423831398 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1695923339; bh=3ckg8uWIAasfRL6IbtY9tMOjwVy1W87vLbemVSW3gQs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=jqX8np1BN8RZJ6ZZ+sWw5C7rgiHQz3Et69HQChqOuImWDvUTIi4W25j8EHyV2FQC8 rAFrIXwb2tpCYhf/jPnQnlyfwyar4Na4lid6eY4m2ICAoHgl/18oLrapKA0osXXT27 mT0MPwpaZx2G2rOf8VdlwM0RNX5nduG5NvvRIr98= Received: from [172.16.0.192] (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id A677D1E092; Thu, 28 Sep 2023 13:48:59 -0400 (EDT) Message-ID: <8f54c5d8-30b3-4aaf-95da-c7eb310638db@simark.ca> Date: Thu, 28 Sep 2023 13:48:59 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: GDB 14 branching & release -- 2023-09-24 update Content-Language: fr To: Joel Brobecker Cc: gdb-patches@sourceware.org References: <4cd9d958-a575-4751-b1d5-6552bd95aca5@simark.ca> From: Simon Marchi In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 9/28/23 13:43, Joel Brobecker via Gdb-patches wrote: > Hi Simon, > >> I identified this regression in gdb.base/gcore.exp with the >> native-extended-gdbserver board: >> >> https://sourceware.org/bugzilla/show_bug.cgi?id=30912 >> >> I don't think it should be blocking the branching, but it should be >> fixed / cherry-picked before the release. > > Thanks for the heads up. The fact that it has a corresponding PR > helps a lot with the tracking. > > I've set the PR's target release to 14.1 to reflect the above. > Can you explain why you recommended this fix be in 14.1? It is a regression from GDB 13 to 14. So if we can fix it in GDB 14, it's as if it never happened. Simon