From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id FloCDiy0RWJeAwAAWB0awg (envelope-from ) for ; Thu, 31 Mar 2022 10:01:16 -0400 Received: by simark.ca (Postfix, from userid 112) id 1DED51F163; Thu, 31 Mar 2022 10:01:16 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from 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 RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id B66311EFB9 for ; Thu, 31 Mar 2022 10:01:14 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D8A83383982D for ; Thu, 31 Mar 2022 14:01:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8A83383982D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1648735273; bh=3CW2kW30uxPoXvIMR6B+gQlAwPzHxVZ3L4HRCAz3eBU=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Dfw424ZQORE7FR+1L9JXPr5f8X3TSfZUgFeoaatgtMoFGZ8Z9FqpSiAfGFOejl5xG X4gTLQKzaFG7PvX5iP9g2WTzLmaY6A2TniwsjAyOeL6hRxYyuMpRuEOf6wS6Cp56of g7R3qy7Yq5MIgSkk+u+OnBrdIL9NLYUDm2Ym3Prc= Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id B71223899019 for ; Thu, 31 Mar 2022 14:00:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B71223899019 Received: from [2001:470:142:3::e] (port=58254 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZvLv-0000bx-K1; Thu, 31 Mar 2022 10:00:43 -0400 Received: from [87.69.77.57] (port=2421 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZvLi-00040T-QD; Thu, 31 Mar 2022 10:00:42 -0400 Date: Thu, 31 Mar 2022 17:00:41 +0300 Message-Id: <83a6d66x2u.fsf@gnu.org> To: Pedro Alves In-Reply-To: (message from Pedro Alves on Thu, 31 Mar 2022 13:05:17 +0100) Subject: Re: GDB 12.0.90 available for testing References: <20220320055815.2A90FA4D6C@takamaka.home> <83sfr4a93r.fsf@gnu.org> <83o81m7icz.fsf@gnu.org> <4f1b387d-8b63-47d6-79aa-93b27a2cdb9d@palves.net> <83czi272pt.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org, brobecker@adacore.com Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > Date: Thu, 31 Mar 2022 13:05:17 +0100 > Cc: brobecker@adacore.com, gdb-patches@sourceware.org > From: Pedro Alves > > > Does this test fail on GNU/Linux? If not, can you (or someone else) > > tell what is the difference between GNU/Linux and Windows for this > > purpose? Neither is using Latin-1 as the default host charset, right? > > I see the same warning on GNU/Linux, just different host encoding: > > (gdb) maint selftest > ... > Running selftest dw2_expand_symtabs_matching. > warning: could not convert 'yfunc�' from the host encoding (UTF-8) to UTF-32. > This normally should not happen, please file a bug report. > warning: charset conversion failure for 'yfunc�'. > You may have the wrong value for 'set ada source-charset'. > ... > Ran 145 unit tests, 0 failed > (gdb) > > Note the "0 failed" at the end. I assume you get that too? That's what I mean > by "this is not really a failure, it's just a warning". Yes, I also get a zero. Thanks, if this produces warnings on GNU/Linux as well, I guess it can be considered "normal".