From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by sourceware.org (Postfix) with ESMTPS id 513573858D20 for ; Thu, 1 Jun 2023 04:22:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 513573858D20 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=disroot.org Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 100D7405F5 for ; Thu, 1 Jun 2023 06:22:18 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1jRukdgE2u3I for ; Thu, 1 Jun 2023 06:22:16 +0200 (CEST) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1685593336; bh=6LhU/Mq7XXOQuvZep7DhUkIRqa6y27AFPxx9x4aHREk=; h=Date:From:To:Subject; b=RnC4k80tSD9jZ1t8oadawUjYCvNhU2jOlN+QY3FDPOE6s77KUbaktf7XEGKZ9rLgq hppWumQVdDehM9KikIg9p7q6ZxRHLw6C8xdUrOSjw3X/pVEVYmb8qNWtwZE5lnBiRm WxHeDpz1aNyGdK7y3qJUrWixgo7nMRaR0L7hsG6dHT50KY+bAPyNRIP2hWE3Hb4kEr AvmoRdR98oOnhtRhtpPgK15r2Ffg7GFV/Xd45Wr15EJjx5CuVmvffuoWJ/M3hem4S0 Rech2tBBB7tH+9i2apq8NngMYm+dAtC1Qwh2vF1MdbzQMHBn4WZe4R7ghK6JeIImcK DWnvzeAQOjaEA== Date: Thu, 01 Jun 2023 04:22:16 +0000 From: peter0x44 To: Gcc Subject: Outdated paragraph in ABOUT-GCC-NLS Message-ID: X-Sender: peter0x44@disroot.org Content-Type: multipart/alternative; boundary="=_7f247819b772826f585229608828688e" X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: --=_7f247819b772826f585229608828688e Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8; format=flowed There is this paragraph in ABOUT-GCC_NLS: By and large, only diagnostic messages have been internationalized. Some work remains in other areas; for example, GCC does not yet allow non-ASCII letters in identifiers. It seems like this hasn't been true since GCC 10. I can see in release notes: https://gcc.gnu.org/gcc-10/changes.html Extended characters in identifiers may now be specified directly in the input encoding (UTF-8, by default), in addition to the UCN syntax (\uNNNN or \UNNNNNNNN) that is already supported: static const int π = 3; int get_naïve_pi() { return π; } I think this either needs to be updated or removed completely? --=_7f247819b772826f585229608828688e--