From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112051 invoked by alias); 23 Feb 2016 17:19:39 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 112036 invoked by uid 89); 23 Feb 2016 17:19:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: [PATCH] Preserve ::is{inf,nan}{f,l} prototypes even for C++11 and later To: Andreas Schwab References: <20160201162152.GH3017@tucnak.redhat.com> <20160201163400.GH3471@redhat.com> <56B23119.3050605@linaro.org> <20160203174027.GK7732@vapier.lan> <56B2413D.1070309@linaro.org> <20160209172356.GC8441@redhat.com> <56BA240E.2080405@redhat.com> <56BA602E.5090009@redhat.com> Cc: Jonathan Wakely , Adhemerval Zanella , Jakub Jelinek , libc-alpha@sourceware.org From: "Carlos O'Donell" Message-ID: <56CC94A6.8020207@redhat.com> Date: Tue, 23 Feb 2016 17:41:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-02/txt/msg00727.txt.bz2 On 02/23/2016 10:23 AM, Andreas Schwab wrote: > That doesn't compile on platforms where long == long double, since they > do not declare any *l functions (arm, hppa, mips/o32). > > test-math-isinff.cc: In function 'int do_test()': > test-math-isinff.cc:33:22: error: 'isinfl' was not declared in this scope > || isinfl (1.0L) > ^ > test-math-isinff.cc:37:22: error: 'isnanl' was not declared in this scope > || isnanl (2.0L) > ^ I'll fix this shortly and backport to 2.23 branch. Any suggestions for how you want to fix it are welcome. Cheers, Carlos.