From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123419 invoked by alias); 26 Feb 2016 11:56:46 -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 123322 invoked by uid 89); 26 Feb 2016 11:56:45 -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,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 26 Feb 2016 11:56:44 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id D5857ACA1; Fri, 26 Feb 2016 11:56:40 +0000 (UTC) Subject: Re: [DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section. To: Richard Biener References: <566160C3.9020503@suse.cz> <56D02366.1000901@suse.cz> Cc: GCC Patches , "Joseph S. Myers" , Gerald Pfeifer From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <56D03D78.2040206@suse.cz> Date: Fri, 26 Feb 2016 11:56:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg01783.txt.bz2 On 02/26/2016 12:11 PM, Richard Biener wrote: > Ok with also addign them to the @findex list above. > > Richard. Thanks for review, updated version installed as r233738. Martin