From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id u97zE3zuAmZO+RYAWB0awg (envelope-from ) for ; Tue, 26 Mar 2024 11:49:16 -0400 Authentication-Results: simark.ca; dkim=fail reason="signature verification failed" (768-bit key; unprotected) header.d=tromey.com header.i=@tromey.com header.a=rsa-sha256 header.s=default header.b=p910IFtR; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 426741E0C0; Tue, 26 Mar 2024 11:49:16 -0400 (EDT) Received: from server2.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 ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 2B8821E030 for ; Tue, 26 Mar 2024 11:49:14 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CAEA7385841A for ; Tue, 26 Mar 2024 15:49:13 +0000 (GMT) Received: from omta038.useast.a.cloudfilter.net (omta038.useast.a.cloudfilter.net [44.202.169.37]) by sourceware.org (Postfix) with ESMTPS id 5F5E23858CDA for ; Tue, 26 Mar 2024 15:48:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5F5E23858CDA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tromey.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 5F5E23858CDA Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=44.202.169.37 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711468130; cv=none; b=P3wZzRQcR3Z1SJZpuDox3AKtLUHUz3pAIeHwfm7ljRNzv4G4gUopJHoL1S87GH8DF6I6vhqWvaveSWAjHqC/dE26vositv0c5vzZ8r4pQirySQtl4pbspmZmrfX8JU7Fiqgv+9MZY8r2JE8tSc4rPljcLiVRTl+0u3XkKF/9hh0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711468130; c=relaxed/simple; bh=zZbJ8Sr2hduOATEu7Rs3GJjuhL9gErO2F908B+aCCMg=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=vZsCHIfYZCH3bFBHILwOWuozXPdPqYaNJaAjRyIR39EqxGhRhxeEQ/3zeOmTmVr2GrzdUoFD2vARFg3bid/ou0OFy1diO3NKNmrFltDzRIe+PK88a1IJ0TfcjMuIU9oo1iEkrjmINyJhNkuSODlaG1gf3E2g27zsV22GNO7Khqk= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from eig-obgw-5005a.ext.cloudfilter.net ([10.0.29.234]) by cmsmtp with ESMTPS id omqLro7CBQr4Sp92erUCZ7; Tue, 26 Mar 2024 15:48:48 +0000 Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with ESMTPS id p92crzXAgYakKp92drGq5G; Tue, 26 Mar 2024 15:48:47 +0000 X-Authority-Analysis: v=2.4 cv=a4T79lSF c=1 sm=1 tr=0 ts=6602ee5f a=ApxJNpeYhEAb1aAlGBBbmA==:117 a=ApxJNpeYhEAb1aAlGBBbmA==:17 a=K6JAEmCyrfEA:10 a=Qbun_eYptAEA:10 a=A8oJy8mYAAAA:8 a=CCpqsmhAAAAA:8 a=PPJgcpyZLn6SgvxumOgA:9 a=Y11wuIOZrkQA:10 a=MasS0_dV9q-jaWZIey9J:22 a=ul9cdbp4aOFLsgKbc677:22 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References :Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Z7y32wss3vPtI+xU/B4lsRzkjY5qgMeQT9IvsyWxUvA=; b=p910IFtRPwK8vNdUmgy7I+fbiH gXdOFBxKYtgdk0UBoqY9qximdC7yZxplSpxX2dDkaFNg7I9gSDwk0ua/ZQlMQ+QkWccHf1W3B+8DY iHC7bmPorYCJzVhaCrhH2IuOg; Received: from 97-122-82-115.hlrn.qwest.net ([97.122.82.115]:36974 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1rp92c-000o5m-1h; Tue, 26 Mar 2024 09:48:46 -0600 From: Tom Tromey To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: GDB 15.1 release update (2024-03-23) References: X-Attribution: Tom Date: Tue, 26 Mar 2024 09:48:45 -0600 In-Reply-To: (Joel Brobecker's message of "Sat, 23 Mar 2024 08:17:39 +0400") Message-ID: <874jctc7tu.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 97.122.82.115 X-Source-L: No X-Exim-ID: 1rp92c-000o5m-1h X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 97-122-82-115.hlrn.qwest.net (murgatroyd) [97.122.82.115]:36974 X-Source-Auth: tom+tromey.com X-Email-Count: 11 X-Org: HG=bhshared;ORG=bluehost; X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-CMAE-Envelope: MS4xfK9esDXn34wIr1cwADCvIPL6gzM6eo/WFU4frH75xmGeb0/x93tn8QPf+T8EeS6QOXXLP/BLweL0KZ+A5CxCVQlZOJjih2amqwie5vCqhX5nkoET7fKv v+nn13RmZvYhFBioT7GhvoPScpjvKI5Ln1S1jSVJHx6fXfOpBP/VSb3Yl/tOuQ6etPlnnW9um1Q+MFJE28e9+FAdKqXukbaBmpU= X-Spam-Status: No, score=-3015.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, JMQ_SPF_NEUTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, 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 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org >>>>> "Joel" == Joel Brobecker writes: Joel> * [ Pedro?] tui/31522 Joel> TUI misses highlight after run to main Joel> https://sourceware.org/bugzilla/show_bug.cgi?id=31522 Joel> (opened 2023-03-21) I started a patch for this one. We're discussing some details in the bug. Joel> * [TomT] gdb/31264 Joel> [gdb] ThreadSanitizer: data race format.c:132 in bfd_preserve_save Joel> https://sourceware.org/bugzilla/show_bug.cgi?id=31264 There's a follow-on series: https://sourceware.org/pipermail/binutils/2024-March/133155.html Joel> * [TomT and/or SimonM] gdb/31331 Joel> Wenum-constexpr-conversion should be fixed, soon treated as a hard error Joel> https://sourceware.org/bugzilla/show_bug.cgi?id=31331 Joel> Last update was 2024-02-13. Joel> Marked as targeting 15.1, but not sure this one is blocking Joel> for 15.1... Maybe we should just remove the target milestone from this one. I can't speak for anyone else, but I doubt I'm going to get to it. Tom