From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46870 invoked by alias); 26 Feb 2016 11:11:16 -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 46849 invoked by uid 89); 26 Feb 2016 11:11:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-yw0-f174.google.com Received: from mail-yw0-f174.google.com (HELO mail-yw0-f174.google.com) (209.85.161.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 26 Feb 2016 11:11:14 +0000 Received: by mail-yw0-f174.google.com with SMTP id g127so66333161ywf.2 for ; Fri, 26 Feb 2016 03:11:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=pvLwQsUTFyLQyoGdUXWbsdwp9oGBucfzaHj9ZWc1nYo=; b=gZi2Mzrcrnd1FOeMLvpHWQSQ+TWXZAzj1KoQlYVUE904TJ8Xt9r/wQSSfDQMb0PWZZ F2zSHuPeK3HYtjb/zKJTSolo6XPd5K6PnTpMc7IwUra0vSY+sU/xU4ZkPs+8i31UdRnC Aa94gXb2N3M17tRVwvaqPEsgQu2q8P93VxTifpgu33aPmbZH0zFm7YviWJoNYtXCdbe7 NKuehY9HoPJIgaJg25xI3J1FawZtOOYHYLxDNLRDt6O3GXlw2GWp/qVIzE6uYmsjlLGG y7+qarFCTZKxNI+X41VLlPqS+HUR/E+yfoFKkXha+GpwItUvE75K/bf3Xd14QTv97ePz YbsA== X-Gm-Message-State: AD7BkJK/ZF3FUjKstOCTbmxl2L/tcEVvEITbaqpvn0yhIeXjx5539VE8khGCZ+4sTKqKSR5MdY+YFdqbg0viuw== MIME-Version: 1.0 X-Received: by 10.129.44.212 with SMTP id s203mr468730yws.280.1456485072601; Fri, 26 Feb 2016 03:11:12 -0800 (PST) Received: by 10.37.216.79 with HTTP; Fri, 26 Feb 2016 03:11:12 -0800 (PST) In-Reply-To: <56D02366.1000901@suse.cz> References: <566160C3.9020503@suse.cz> <56D02366.1000901@suse.cz> Date: Fri, 26 Feb 2016 11:11:00 -0000 Message-ID: Subject: Re: [DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section. From: Richard Biener To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Patches , "Joseph S. Myers" , Gerald Pfeifer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg01780.txt.bz2 On Fri, Feb 26, 2016 at 11:05 AM, Martin Li=C5=A1ka wrote: > On 12/04/2015 10:45 AM, Martin Li=C5=A1ka wrote: >> Hello. >> >> I noticed that Builtins section of documentation does not mention clog10= {,f,l} functions. >> I've tried to write a patch, however I'm not sure how should be these fu= nctions described. >> >> Thanks, >> Martin >> Ok with also addign them to the @findex list above. Richard. > PING