From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20168 invoked by alias); 19 Sep 2019 19:57:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 20160 invoked by uid 89); 19 Sep 2019 19:57:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=Attached, HX-Languages-Length:581, H*f:sk:2019081 X-HELO: esa2.mentor.iphmx.com Received: from esa2.mentor.iphmx.com (HELO esa2.mentor.iphmx.com) (68.232.141.98) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Sep 2019 19:57:33 +0000 IronPort-SDR: 5THbUzPjUTYTfzQfr8Sin/BPvrqrV+GT2DzCk6nXATelvUEOSI4aI1Lcks8oUDI/OzfYdtGa60 8qieMH6jeWrFzNwPUbAXw+gLzeIZI5ssu3JvzfU9eC76qajxdxw0rwgo81n1KtaK5IMpYuIR6a +C6Wit6C/JQH+46S0qWbuK06g6blXecAcTvHakbbtOYVaADjjNiE3GgEaZC7MUdAxiC39cbbQC 6whm9fYei9ni7ExuWyr26pFzsFBGFAZKeSfxaNhoww8iZRhL56jgzDi4B0yGXcqIQzXUVTwFcD HRE= Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 19 Sep 2019 11:57:32 -0800 IronPort-SDR: 4TMyB9JFCYIjewrjwpWwwgiCZUuoTdl8NRDHvttcwM9zXtkHdv8Yf9to2CPXqpRUngxCWM8VqT lrsSz7/dBHD69sAtCV+xV4pdPuDItw39ohsGXUb9O+eOwPwFJkFgYyd3ggOoGTipJy2pjqlE+7 hgF1YXP6kNest0W8KugGMXJ5TEa78LPU7OOjL9FxRDo7fqOwee8NNdB9a3dygGR5FEFpImAdqo 5HD+nGOcIstUwb1p3wcYvvsT7T80SJ5VkYnzRJFLBXXKt8w+L9+EOMup4+QQV4JPZ+gWvJzop5 qpE= Date: Thu, 19 Sep 2019 19:57:00 -0000 From: Joseph Myers To: Lewis Hyatt CC: Subject: Re: Patch to support extended characters in C/C++ identifiers In-Reply-To: <20190912203043.GB17354@ldh.local> Message-ID: References: <20190812220121.GA9251@ldh.local> <20190912203043.GB17354@ldh.local> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-Path: joseph@codesourcery.com X-SW-Source: 2019-09/txt/msg01216.txt.bz2 On Thu, 12 Sep 2019, Lewis Hyatt wrote: > Attached is a single patch relative to current trunk that incorporates all of > your feedback. I gzipped it like last time just in case the invalid UTF-8 in > the tests presents a problem. The code changes are the same as before other > than comments. > > The documentation is now updated... there were a couple other places that also > seemed reasonable to me to update, hope it sounds OK. Thanks, I've now committed this patch. -- Joseph S. Myers joseph@codesourcery.com