From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91094 invoked by alias); 9 Aug 2015 08:47:17 -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 91075 invoked by uid 89); 9 Aug 2015 08:47:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wi0-f172.google.com Received: from mail-wi0-f172.google.com (HELO mail-wi0-f172.google.com) (209.85.212.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 09 Aug 2015 08:47:16 +0000 Received: by wicne3 with SMTP id ne3so102904975wic.1; Sun, 09 Aug 2015 01:47:13 -0700 (PDT) X-Received: by 10.180.198.50 with SMTP id iz18mr13892916wic.35.1439110033333; Sun, 09 Aug 2015 01:47:13 -0700 (PDT) Received: from pc86.home (ALyon-654-1-395-242.w109-213.abo.wanadoo.fr. [109.213.227.242]) by smtp.gmail.com with ESMTPSA id d17sm23346646wjs.32.2015.08.09.01.47.12 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 09 Aug 2015 01:47:12 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: [libquadmath, patch] Add logbq() to libquadmath From: FX In-Reply-To: <702BE8DE-EDB0-4F99-A65B-2853C31113F1@gmail.com> Date: Sun, 09 Aug 2015 08:47:00 -0000 Cc: gcc-patches , gfortran , Tobias Burnus , Jakub Jelinek Content-Transfer-Encoding: 7bit Message-Id: <961CAD28-05B1-4979-A7D8-995888EAF76D@gmail.com> References: <4CDF46E0-35E0-48D0-A4EA-C90D79959AB2@gmail.com> <702BE8DE-EDB0-4F99-A65B-2853C31113F1@gmail.com> To: Richard Biener X-SW-Source: 2015-08/txt/msg00431.txt.bz2 >> In the apparent absence of the libquadmath maintainers, could a global >> reviewer approve this rather simple patch, please? > > OK Committed as rev. 226748. Thanks. FX