From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 2B0513857BA4 for ; Thu, 26 Oct 2023 12:20:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2B0513857BA4 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 2B0513857BA4 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:142:3::10 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698322861; cv=none; b=j/CDc0iAyVtN76NuHWxEdAMUPN5kIiX6W6+F2NV2Qqph8j86+wlaRQMsVPMaAh6l3EgnTIYYSl1ePCPttSskn3JWWUOuTlVb+GUzKnC2viraQQQ1c0k6hNQoGLYbmjaRo5QC7G6ZTNoK4CT/k7RKCRw8f7doYPy2R00pOWKJJoA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698322861; c=relaxed/simple; bh=E2qMO9OjImmqGjP/7kA74rWfpNBDOYiLnSJmWXcwfcs=; h=DKIM-Signature:Date:Message-Id:From:To:Subject; b=FbUq81ztLme7ayv65TSIkCrSqHdHsTEUEH/JSaq7PrQwehV+c4HYtYjLCuhqr2mNYo5w31E3K/Rf/LnRT07HgZdtHVQzoNE3vZ5v02WNbAU/hzu6x/LFsLnVOYYaWmfzFiS9U9V69LA0t625LaIKbmO66p8bPfgVEF2NT6wZm5k= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qvzMA-00019V-2a; Thu, 26 Oct 2023 08:20:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=9lp/TylZO7rDwk3JqeVEyO2kOvKrw9d3Ke3OGJahs3Q=; b=eYJ6xKgas1gq uTIuiqsYVOOmsCYA1Uj78fytJRvtSjIKJEtm5hlEX0IStqP+XcPvLgx8HGPLIuADpOPupTIpd+uEX Lm/9kBhFYa8Nzj2MMhfIficpXnsI3YVxGslkHoYmtlLlkKPCA7iHooJd5k6yqury/U3c1yrcywSmJ mfosaUGWh2Q1zMmuFXbSy6/HdfUPJCTyMcz4ultLqC3ajtBWNmU+q3S+5BWMtQDO2TTGOhRm6S3t+ OqZLjsHQdHPD0HifSYDMTSWrVCm6fryugIfr3u4Vu2hwdhiBtwVJlubfbs76WfrQ46XP+ve7JwpUg GcbWGclR1heQk0Za0X6ttg==; Date: Thu, 26 Oct 2023 15:21:07 +0300 Message-Id: <834jidh8wc.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker Cc: gdb-patches@sourceware.org In-Reply-To: <20231008084110.D1F5D81B16@takamaka.gnat.com> (message from Joel Brobecker on Sun, 8 Oct 2023 10:41:10 +0200 (CEST)) Subject: Re: GDB 14.0.91 available for testing References: <20231008084110.D1F5D81B16@takamaka.gnat.com> X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,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: > From: Joel Brobecker > Date: Sun, 8 Oct 2023 10:41:10 +0200 (CEST) > > Hello, > > I have just finished creating the gdb-14.0.91 pre-release. > It is available for download at the following location: > > https://sourceware.org/pub/gdb/snapshots/branch/gdb-14.0.91.tar.xz > > A gzip'ed version is also available: gdb-14.0.91.tar.gz. > > Please give it a test if you can and report any problems you might find. This builds with mingw.org's MinGW on MS-Windows, passes the self-test suite, and seems to work fine debugging itself and Emacs. Thanks.