From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x130.google.com (mail-il1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) by sourceware.org (Postfix) with ESMTPS id 4ED193858D32 for ; Mon, 2 Jan 2023 17:03:06 +0000 (GMT) Received: by mail-il1-x130.google.com with SMTP id o13so16777783ilc.7 for ; Mon, 02 Jan 2023 09:03:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=QJjX4dG8bTOfQct9FuMTLk425A8dz3TAppqjvSAt2Gk=; b=hdh2MRYo/xLFK3N910j9siJ/UPpSa/cmnrbFTI2fXHzbP2er4CaVQ3wUQJ/KnsGkgW R97Q2u2denxVx1lDGfs+p8Gml/bZNw2tZocSUX2Dibeb25YLHvBmLULOih1iZcjb01/H GkmvwBO9PBEm7L0+Djj7t1PYDEL1BtOTijCmELIKO/PjPXeinYdPQyLhg7LZ3JEkqqnB Fm6fR/c9RJUE6iVM4XX9iwaXYGZrbeQdW8x3GPK5wr0UZhjDrEULTTz3/MTWbfxIzZZd FIAg3BqaRKG8kXZ2+BFpeGnpsCmvh2JMe9y83gFlKensCW29A+BJbouSZi2Bwruas37G hj8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=QJjX4dG8bTOfQct9FuMTLk425A8dz3TAppqjvSAt2Gk=; b=Y9XGcmsM3fCoVsjmcL34GIRU0pxqqXPNot4J2LaRWaunKbMhHaeAy9VaibmJRLkLka f3aL2BUR6QMgxxfL0iOcpymfFXgo/R1LXCFC0Q3yDyMdnrmlJE8/qcPnRwpLdcYq/Diu LncVEkvSum+aoM0ejYxzYFb/bza5xbStJVsQ88Vf4LQfOLASjNbbaGlpVJ1scyddjoO5 RN7vhUfzkTMBQKVKJpOGjNps7KtMt4RbSs+114ve/bhtpeuAjXCBH1dM8yq8usOkKbO9 4c4WLkAQ5bYLA5WgZ7W8VXrUbcUbLWvvNm1/H3XrfA0TkgNk3q4losHiRdXzurmeAc/o 0Nrg== X-Gm-Message-State: AFqh2krptqcjSvq4Zzm3bzBOKfknskF5FEOsfx54yUI3iO3knKqz64q0 WAehXRHaqym6mnDrCrBPNKSNpQ== X-Google-Smtp-Source: AMrXdXuiOPi6StteGCjM1Nb7M93jvpM5NffG9Wguh3U1phOd/8G6N6hsk7QjG5T/ZLoQJut5grg07g== X-Received: by 2002:a92:c563:0:b0:304:a7a2:1ec1 with SMTP id b3-20020a92c563000000b00304a7a21ec1mr35385370ilj.32.1672678985531; Mon, 02 Jan 2023 09:03:05 -0800 (PST) Received: from murgatroyd (97-122-76-186.hlrn.qwest.net. [97.122.76.186]) by smtp.gmail.com with ESMTPSA id m8-20020a927108000000b003024b62725dsm8989472ilc.22.2023.01.02.09.03.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Jan 2023 09:03:05 -0800 (PST) From: Tom Tromey To: Joel Brobecker via Gdb-patches Cc: Joel Brobecker Subject: Re: GDB 13 release -- 2022-12-24 update References: X-Attribution: Tom Date: Mon, 02 Jan 2023 10:03:04 -0700 In-Reply-To: (Joel Brobecker via Gdb-patches's message of "Sat, 24 Dec 2022 10:13:07 +0400") Message-ID: <87fscskgxj.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,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: >>>>> "Joel" == Joel Brobecker via Gdb-patches writes: Joel> * [TomT] c++/29896 Joel> GDB git doesn't recognize template function name Joel> https://sourceware.org/bugzilla/show_bug.cgi?id=29896 Joel> Patch series posted at this location (2022-12-15): Joel> https://sourceware.org/pipermail/gdb-patches/2022-December/194795.html I've been hoping someone would take a look at this one. Perhaps we could set a date when I would just check it in, instead? Tom