From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id E4D153844062; Wed, 13 Jan 2021 17:41:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E4D153844062 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: TVYSvW/ue9HCANFW2TdwUwXHWy4vGNbsMzme8yR6k5GtuFB/1myUz3LtoF8vjM4RkJ2sceE1gk OjV8CO6yFhD9HdTA7Aufp4UmAINzrDlXlOX8SaMWV8ACsbq4IJJih0WVJLGgqgiq/6qnKwZnXe ntgxrg9+gtdEfP5FVYPqT3y/4MT6F9zfwSRPeYu5tw6gN4zZr65CdW1gqLQbufk9jRXg9+LgDD Av0oSECNrB0m9yxnmXxJj2nJ8QS3Q3bkgZj1DgPi/TCagL3V9NabywxgdfPMIom0qV0/6i7JFN x+A= X-IronPort-AV: E=Sophos;i="5.79,344,1602576000"; d="scan'208";a="57176174" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 13 Jan 2021 09:41:13 -0800 IronPort-SDR: r7a6RL2juOdQukq7SYSNfpfzVa20A+u0UMeIuiAbtzsC8k85WdQXe488MPzhDjn6HxSKKX69em L4vL7LKUt6HOBUMxK6U8xke2wRlxtRqBojLykZkLus8WLNGc2KjScehwpdfakfVC4hNhpoZXu1 cH1NFyunRTA8F8mmzNRD0pVinOwbkxIqYa7cDv3bP/wYQ0cHzInQmiInBVfue+VyAf42Ruudy5 0Ppjjj5Gl/sdwAXfl7duvAb/5/RqYNbGmmwKyfOhvVKaBaDdT+iu1XYPM4SQfLWWO9IolbkBFR /Os= Date: Wed, 13 Jan 2021 17:41:07 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Siddhesh Poyarekar CC: Subject: Re: [PATCH v2] Use the right argument code in unnormal tests In-Reply-To: <20210113043856.214762-1-siddhesh@sourceware.org> Message-ID: References: <20210113043856.214762-1-siddhesh@sourceware.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3124.1 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2021 17:41:17 -0000 On Wed, 13 Jan 2021, Siddhesh Poyarekar via Libc-alpha wrote: > Use the right argument code (j) in the unnormal tests and cast inputs > from the ieee_long_double_shape_type struct to Float64x to properly > test it. This patch is OK. -- Joseph S. Myers joseph@codesourcery.com