From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by sourceware.org (Postfix) with ESMTPS id 726803858D28 for ; Wed, 25 Jan 2023 20:19:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 726803858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=foss.st.com Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 30PHMUWs005043; Wed, 25 Jan 2023 21:18:58 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=H2iiZ+9t4WTowDRJtakl32EvPUhF2guCcT/catfAS88=; b=lmkHd/xB5H2UVCAO+iwcjxQ/7oB3ScEfrAAJJDT9KGhWUMxRuCDUrfZETdltUd4zqSd9 VCxkx3f3oYLsYrgK8GQ9nJortLb44F7omBsv3GWeGm1SU6hkm+m3d9wNTJPMVRVraBCR xizpDOoysN83dWYN5ckQMe7mE4Q7lEvi9gcHZg6IxpagV864RGCeRYztLmvU+AS0WVuT mMfUBRGDztE+TcjrPVaVBqgtRwiOFrV6aoOuSpK5q/kD5lKTwfBypPHl4IYP6V2kllYe 9Y3Iiy2hMPhIzdb7oEf7GzL32mR5e+A4HWCbhFItD2zHp+bVU+uv/XC/YGnDred7sbvm ew== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3n89eq0fsh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 25 Jan 2023 21:18:58 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0022110002A; Wed, 25 Jan 2023 21:18:57 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id E721122D17A; Wed, 25 Jan 2023 21:18:57 +0100 (CET) Received: from [10.252.16.216] (10.252.16.216) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.13; Wed, 25 Jan 2023 21:18:55 +0100 Message-ID: <95dc547e-59f8-95b3-903c-138d8842cea0@foss.st.com> Date: Wed, 25 Jan 2023 21:18:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: GDB 13 release -- 2023-01-21 Update Content-Language: en-US To: Joel Brobecker , References: From: Torbjorn SVENSSON In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.252.16.216] X-ClientProxiedBy: EQNCAS1NODE3.st.com (10.75.129.80) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-01-25_13,2023-01-25_01,2022-06-22_01 X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KAM_ASCII_DIVIDERS,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,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 List-Id: On 2023-01-21 07:08, Joel Brobecker via Gdb-patches wrote: > Hi everyone, > > Quick update for the past week: We've inching closer, but we still > have one leftover regression which I think we should wait for before > we create the first pre-release. Kudos to Tom for his persistence > in hardening the new parallel DWARF reader. > > Here is an updated status since last week: > > Fixed Since the Previous Update: > -------------------------------- > > < none > > > Added Since the Last Update: > ---------------------------- > > < none > > > Other Ongoing Items: > -------------------- > > * [TomT] c++/29896 > GDB git doesn't recognize template function name > https://sourceware.org/bugzilla/show_bug.cgi?id=29896 > > Patches pushed, to both master and branch, but unfortunately > a regression was found - Tom confirmed and is working on a fix. > https://sourceware.org/pipermail/gdb-patches/2023-January/195828.html > > * [Torbjorn] tdep/29738 > Arm M-profile dwarf2 unwinder performance suffers from exponential growth > https://sourceware.org/bugzilla/show_bug.cgi?id=29738 > > patch v3, 2023-01-19, reviewed 2023-01-20: > https://sourceware.org/pipermail/gdb-patches/2023-January/195915.html I just pushed this for master. Is it okay to also push the 2 patches to gdb-13-branch? Kind regards, Torbjörn > > Not Blocking, But Keep An Eye On: > --------------------------------- > > * [TomT] build/29966 > Cannot build anymore for win32 thread model of gdb > https://sourceware.org/bugzilla/show_bug.cgi?id=29966 >