From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1168 invoked by alias); 5 Aug 2015 11:43:28 -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 1146 invoked by uid 89); 5 Aug 2015 11:43:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Aug 2015 11:43:26 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id t75BhNth065072 ; Wed, 5 Aug 2015 13:43:23 +0200 (CEST) X-Envelope-To: gcc-patches@gcc.gnu.org Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 896B8150; Wed, 5 Aug 2015 13:43:23 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0WT6qXesqVRC; Wed, 5 Aug 2015 13:43:23 +0200 (CEST) Received: from book15.home (AClermont-Ferrand-551-1-178-231.w86-207.abo.wanadoo.fr [86.207.45.231]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id 49A8D14E; Wed, 5 Aug 2015 13:43:23 +0200 (CEST) From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: [libquadmath, patch] Add logbq() to libquadmath Date: Wed, 05 Aug 2015 11:43:00 -0000 Message-Id: Cc: GNU GFortran , GCC Patches To: FX Coudert Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) X-SW-Source: 2015-08/txt/msg00263.txt.bz2 > The attached patch adds logbq() to libquadmath, with code lifted from gli= bc. AFAICT there is something missing in the patch: I do not see any compilatio= n of math/logbq.c and indeed no trace of logbq in libquadmath. What I am mi= ssing? TIA Dominique