delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/07/27/14:02:46

DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 46RI2kwV976216
Authentication-Results: delorie.com;
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=WHu56I0s
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 870853858410
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1722103365;
bh=OnBOtK0a4MfFm6g3PuQ5eavsaGHN8tXt7QDj36E+fx4=;
h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=WHu56I0sQZFpJUj6OZ6Pg53Rm8Y1P8kXiIyjX+k89nF1X4hu7KHkghgOGY4dHZLjj
9e6cUqwYGHEPK0rkJ8K6c1uvWuRV7fvURd+zjByterhhlPs9u5oSQz9vD8blw9WNIJ
N5Lf3TM9mO8JywOY3HL2mASx6fFQQTjuzgovr6/Q=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E658E3858D28
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E658E3858D28
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722103343; cv=none;
b=uG1NIrYx/FiOWKoIm8hYsBjuRElXxSdPXU2E9RrJocgkzafBWo7/E/GLEY1z0AGgMzhAZ0nWKDD4qIN99UY27q8U7Z8UeTejdBWYwLASS46PXDgRUowfS24lAAunaCd9uqHKanyfonTSLS+kwYNar4qQQutDFK3IEObduDIZVZI=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1722103343; c=relaxed/simple;
bh=+SPnmJD7+OeqE5cEbAqG7g6mxxpVYMoh19L8vyvEoV0=;
h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version;
b=r0sb6wXEic8Z+rw5UVBtM8COS+oBsj7BQh3MLdWaB8ycFl8vLidsHByyn28G7pErYfMt/ITvbE4Xe8tTgtXoTu9QXrTk4OWhM87Qw3rWuiqpKJmtM2un0h92IDyn4nxJUMQXVeXDw8SO40Vbkrt+WsNbYEEQLuTnafnKd3tAPho=
ARC-Authentication-Results: i=1; server2.sourceware.org
To: cygwin AT cygwin DOT com
Subject: Re: Bug in GCC / libstdc++: Space character categorized as
non-printable by std::ctype<wchar_t>
In-Reply-To: <87y15nb9tf.fsf@Gerda.invalid> (ASSI via Cygwin's message of
"Sat, 27 Jul 2024 08:58:20 +0200")
References: <CANspNZndk8p0-oArho-AW+QpmkXPEcHS9kXRHXuNc0ALax80vw AT mail DOT gmail DOT com>
<87y15nb9tf DOT fsf AT Gerda DOT invalid>
Date: Sat, 27 Jul 2024 20:02:13 +0200
Message-ID: <87ed7ebtne.fsf@Gerda.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
X-purgate-type: clean
X-purgate: clean
X-purgate-size: 790
X-purgate-ID: 155817::1722103336-FCFEFA47-BA82ABB8/0/0
X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, 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
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: ASSI via Cygwin <cygwin AT cygwin DOT com>
Reply-To: ASSI <Stromeko AT nexgo DOT de>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>

ASSI via Cygwin writes:
> This sounds like it might be a bug in newlib, so you should either
> report it there or else it would be the newlib integration for gcc.  In
> any case this needs to be fixed upstream.

The latter turns out to be the case, this is actually the same bug (and
will have the same fix) as:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104587

If you go to the trouble of actually filing a bug with gcc it would be
helpful to post the information here as well, so that somebody can
follow up on it:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115524


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019