From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by sourceware.org (Postfix) with ESMTP id 068663857C56 for ; Tue, 8 Sep 2020 07:42:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 068663857C56 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-273-wzpwWdrlN7efqfbfVOjNsA-1; Tue, 08 Sep 2020 03:42:56 -0400 X-MC-Unique: wzpwWdrlN7efqfbfVOjNsA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D6ED61DDEF; Tue, 8 Sep 2020 07:42:55 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-18.ams2.redhat.com [10.36.112.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A914F1002D4E; Tue, 8 Sep 2020 07:42:55 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 77BDAA83A95; Tue, 8 Sep 2020 09:42:53 +0200 (CEST) Date: Tue, 8 Sep 2020 09:42:53 +0200 From: Corinna Vinschen To: Joseph Myers Cc: newlib@sourceware.org Subject: Re: [PATCH] libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. Message-ID: <20200908074253.GM4127@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: Joseph Myers , newlib@sourceware.org References: <20200903212246.2121028-1-keithp@keithp.com> <20200904131942.GV4127@calimero.vinschen.de> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2020 07:43:00 -0000 Hi Joseph, On Sep 7 17:36, Joseph Myers wrote: > On Fri, 4 Sep 2020, Corinna Vinschen via Newlib wrote: > > > remote: *** It contains characters not in the ISO-8859-15 charset. > > > Apart from the fact that not allowing any UTF-8 char is a bit > > awkward these days... how would you like the above to be expressed > > under these rules? > > The configuration option no-rh-character-range-check was added to allow > disabling that check, because I thought it an inappropriate check to apply > for GCC. So setting that option in project.config in refs/meta/config > should allow you to disable that check for newlib if so desired. Sounds good, thanks for the info! Unfortunately, having touched the refs/meta/config stuff exactly once, way back when, I completely forgot how to do that. Do you have a very brief howto for me, perhaps? Thanks, Corinna