From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by sourceware.org (Postfix) with ESMTPS id 7E579385F02D for ; Thu, 5 Aug 2021 15:23:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7E579385F02D Received: by mail-pj1-x1029.google.com with SMTP id a8so9642537pjk.4 for ; Thu, 05 Aug 2021 08:23:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=dmoNTSJeYloSWWPslXK35YCwo602BNRfF+rXwrPsEDU=; b=dtJOBBbmW8EPcyrxvROfEEx386+pvVYjDEQzeXtQ3WI8AXO/B5XqCgtCDBmZ11Yxl5 28GDzzDzaRXmuBGl9tZKea2vRrcSkdX4qRP1nH8UpWrUu1gCE9d5HARBsA+ca7pXmHs9 t1Br9f0BeY7OlneeZ2eT8bo3AGuYyYNoNOMNz9JPvGqH8QqDJw9A3h9qMpnPpNG3b8PN +VeBz6Di8i6NjTAHA1GdJVaDyDmAQyV1P1THXLJdjDFkguA+NsTTcsWyalBvUfF1o59S DBD5+w6pdiHUDHy6qkUgLpDMnzsaOcEaNOO+ICotCLJHHmTlG3INb9TnI3DU84kjxC61 OJQg== X-Gm-Message-State: AOAM533yLJDYNdSV/IZLukC6HmqTbbbG0OTFFIKUYG/Ybx56vC4YdLLo ejBPWonFgOK9BkpQFFU7ekntBFK8luwTtA== X-Google-Smtp-Source: ABdhPJyFXSGGVG2lPL0s6Z8lBF9sWUykOLiFyLN1O0vsCHptRhQ0QDCj9UBL+jMXUWtbFJtS9P40+g== X-Received: by 2002:a65:689a:: with SMTP id e26mr464387pgt.193.1628176985414; Thu, 05 Aug 2021 08:23:05 -0700 (PDT) Received: from [192.168.1.15] (c-98-202-48-222.hsd1.ut.comcast.net. [98.202.48.222]) by smtp.gmail.com with ESMTPSA id p20sm9660726pju.48.2021.08.05.08.23.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 05 Aug 2021 08:23:05 -0700 (PDT) Subject: Re: [PATCH] libcpp: Regenerate ucnid.h using Unicode 13.0.0 files [PR100977] To: Jakub Jelinek , "Joseph S. Myers" , Marek Polacek , Jason Merrill Cc: gcc-patches@gcc.gnu.org References: <20210805081702.GM2380545@tucnak> From: Jeff Law Message-ID: <21990709-b6dc-37da-39e7-dd1f13fcd2ee@gmail.com> Date: Thu, 5 Aug 2021 09:23:03 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210805081702.GM2380545@tucnak> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2021 15:23:08 -0000 On 8/5/2021 2:17 AM, Jakub Jelinek via Gcc-patches wrote: > Hi! > > The following patch (incremental to the makeucnid.c fix) regenerates > ucnid.h with https://www.unicode.org/Public/13.0.0/ucd/ files. > > Bootstrapped/regtested on top of the previous patch (which has also > been bootstrapped/regtested alone) on x86_64-linux and i686-linux, > ok for trunk? > > 2021-08-04 Jakub Jelinek > > PR c++/100977 > * ucnid.h: Regenerated using Unicode 13.0.0 files. This and its prerequisite makeucnid.c fix are both OK. jeff