From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 324EB20248 for ; Thu, 28 Feb 2019 18:36:23 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=Eg87P dYuO/hMFWEa9Cnt6nZT8Y/GDFbZo9KCNgFoJVrgJSr4OcpbklnSJGeZyIqzHG213 9Nj0WtYor7cQUn3165Lk7qTLIAmHOlB19VZQz+h9h4bDuQGVqwSN6nbtlWsYC8ub NooS67WHOpo0M9EWdHIEvcu2XLlbmvc8Ek3PNw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=O/yUWCIObfT nd7bBSwAy7CfBOQs=; b=n/MmkVi+DLWJpdEXK6OMAn1zqVDqkVaVjnIMFBoV1+f XNXHJP5xoUyDm3XX0+8FlUbuEEYwlS9I1s3qeaapSq83aJ7rcNxd2tMQp0nHcmSx RUPA7nyFAe4IFBdePSA6fLYm/ajOeOZYMbLioOWL/SwsIP/Qx19A2+F0dUayHP5o = Received: (qmail 48260 invoked by alias); 28 Feb 2019 18:36:20 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 48240 invoked by uid 89); 28 Feb 2019 18:36:20 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: relay1.mentorg.com Date: Thu, 28 Feb 2019 18:36:13 +0000 From: Joseph Myers To: "Gabriel F. T. Gomes" CC: Subject: Re: [PATCH v4 2/5] ldbl-opt: Reuse argp tests that print long double In-Reply-To: <20190221205706.12225-3-gabriel@inconstante.eti.br> Message-ID: References: <20190221205706.12225-1-gabriel@inconstante.eti.br> <20190221205706.12225-3-gabriel@inconstante.eti.br> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Thu, 21 Feb 2019, Gabriel F. T. Gomes wrote: > The test case tst-ldbl-argp checks that the conversion specifier '%Lf' > correctly prints long double values with the default long double format > for a platform. This patch reuses the test case for long double with > the same format as double (-mlong-double-64). OK. -- Joseph S. Myers joseph@codesourcery.com