From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92612 invoked by alias); 20 Jun 2018 08:55:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 90557 invoked by uid 89); 20 Jun 2018 08:55:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Jun 2018 08:55:29 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0EF058790A; Wed, 20 Jun 2018 08:55:28 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-87.ams2.redhat.com [10.36.116.87]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6E9472026D6B; Wed, 20 Jun 2018 08:55:27 +0000 (UTC) Date: Wed, 20 Jun 2018 08:55:00 -0000 From: Jan Kratochvil To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: New FAIL gdb.base/float128.exp on ppc64le [Re: [RFC v2][2/2] Target FP: Make use of MPFR if available] Message-ID: <20180620085525.GA2001322@host1.jankratochvil.net> References: <20171116190008.CD22CD80106@oc3748833570.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171116190008.CD22CD80106@oc3748833570.ibm.com> User-Agent: Mutt/1.10.0 (2018-05-17) X-SW-Source: 2018-06/txt/msg00489.txt.bz2 On Thu, 16 Nov 2017 20:00:08 +0100, Ulrich Weigand wrote: > [RFC v2][2/2] Target FP: Make use of MPFR if available 2400729ecfd2c7be8b18aeaa822fef5a4b503f8a is the first bad commit commit 2400729ecfd2c7be8b18aeaa822fef5a4b503f8a Author: Ulrich Weigand Date: Wed Nov 22 13:53:43 2017 +0100 Target FP: Make use of MPFR if available FAIL: gcc-7.3.1-5.fc27.ppc64le FAIL: gcc-8.1.1-1.fc28.ppc64le 160d1b3d74593bf42155da24569f54a6e7140f65 gdb trunk On ppc64le: gdb.base/float128.exp __float128 large128 = 1.18973149535723176508575932662800702e+4932q; (gdb) p large128 $3 = inf (gdb) FAIL: gdb.base/float128.exp: print large128 But this is a new test by this patch, I guess it needs some ABI options gdb.arch/ppc-longdouble.exp is using as that one PASSes on ppc64le in all cases. Jan