From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id GsrgN2Au52A/AgAAWB0awg (envelope-from ) for ; Thu, 08 Jul 2021 12:57:04 -0400 Received: by simark.ca (Postfix, from userid 112) id D557D1F1F2; Thu, 8 Jul 2021 12:57:04 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 2900E1E54D for ; Thu, 8 Jul 2021 12:57:04 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B61F03AA903F for ; Thu, 8 Jul 2021 16:57:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B61F03AA903F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1625763423; bh=XOxVgBgU24URqOgcrkMnzTBO2tKXKB0MV29SGm8FCDs=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=WH7d9tQipbOq4BgXRs0VwWxntyylM5c6iTAxw9ogqdKCm0bbJ+N3ZqQxMxrbeqA9N QYPi+6ZOq6C7MyiTtrNrze64fTz0DFfNx09SRymZiqUj1ohVXYtdLwIYkha8lXO4ZN nj8X1zE2FSkBQD+sLAP/vS4NVjdwlrV6ZEZh7bZA= Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id DBF83393C877 for ; Thu, 8 Jul 2021 16:56:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DBF83393C877 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 168GuQos006248 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 8 Jul 2021 12:56:30 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 168GuQos006248 Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id EFA3B1E54D; Thu, 8 Jul 2021 12:56:25 -0400 (EDT) Subject: Re: GDB 11.0.90 available for testing To: Eli Zaretskii , Joel Brobecker References: <20210703184833.94F2889AFF@takamaka.home> <83zguwdajv.fsf@gnu.org> Message-ID: <5f0c8991-fbcc-1cf9-119f-3b4195f32bea@polymtl.ca> Date: Thu, 8 Jul 2021 12:56:25 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <83zguwdajv.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Thu, 8 Jul 2021 16:56:26 +0000 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2021-07-08 12:39 p.m., Eli Zaretskii via Gdb-patches wrote: >> From: Joel Brobecker >> Date: Sat, 3 Jul 2021 11:48:33 -0700 (PDT) >> >> Hello, >> >> I have just finished creating the gdb-11.0.90 pre-release. >> It is available for download at the following location: >> >> ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-11.0.90.tar.xz >> >> A gzip'ed version is also available: gdb-11.0.90.tar.gz. >> >> Please give it a test if you can and report any problems you might find. > > This builds successfully, with minor problems, on native MS-Windows > using mingw.org's MinGW. The minor problems I found are: > > 1. A compilation warning in Gnulib's select.c -- reported to the > Gnulib folks. > > 2. A compilation warning in symtab.c: > > CXX symtab.o > symtab.c: In member function 'bool info_sources_filter::matches(const char*) const': > symtab.c:4247:28: warning: 'to_match' may be used uninitialized in this function [-Wmaybe-uninitialized] > 4247 | if (m_c_regexp->exec (to_match, 0, NULL, 0) != 0) > | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ > > I guess we need a 'default:' case there? Or maybe initialize > 'to_match' with some suitable value? See: https://sourceware.org/pipermail/gdb-patches/2021-July/180689.html So it would be worth pushing that patch to the release branch. Simon