From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128690 invoked by alias); 4 Nov 2019 16:16:09 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 128458 invoked by uid 89); 4 Nov 2019 16:15:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=responsible, HX-Languages-Length:777 X-HELO: mx0a-001b2d01.pphosted.com Subject: Re: [PATCH v2 05/30] ldbl-128ibm-compat: Test double values To: "Gabriel F. T. Gomes" , libc-alpha@sourceware.org References: <20191025153410.15405-1-gabriel@inconstante.net.br> <20191025153410.15405-6-gabriel@inconstante.net.br> From: Paul E Murphy Message-ID: <583d889b-7f2c-9dd4-032b-c22f58da767f@linux.ibm.com> Date: Mon, 04 Nov 2019 16:16:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: <20191025153410.15405-6-gabriel@inconstante.net.br> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-11/txt/msg00077.txt.bz2 On 10/25/19 10:33 AM, Gabriel F. T. Gomes wrote: > From: "Gabriel F. T. Gomes" > > No changes since v1. > > -- 8< -- > A single format string can take double and long double parameters at the > same time. Internally, these parameters are routed to the same > function, which correctly reads them and calls the underlying functions > responsible for the actual conversion to string. This patch adds a new > case to test this scenario. > > Tested for powerpc64le. I think the contents of the patch look OK. However, I am curious, what hidden behavior is being verified by these tests? I would expect the behavior of any non long-double arguments to be unchanged based on this patch series.