From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87281 invoked by alias); 21 Jun 2018 23:12:58 -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 87270 invoked by uid 89); 21 Jun 2018 23:12:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Jun 2018 23:12:57 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id w5LNCsa0025894; Thu, 21 Jun 2018 18:12:54 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id w5LNCraN025893; Thu, 21 Jun 2018 18:12:53 -0500 Date: Thu, 21 Jun 2018 23:12:00 -0000 From: Segher Boessenkool To: Michael Meissner , GCC Patches , David Edelsohn , Bill Schmidt Subject: Re: [PATCH], PowerPC long double transition patches, v2, Patch #6 (fix long double tests for -mno-float128) Message-ID: <20180621231252.GN16221@gate.crashing.org> References: <20180620141505.GA30942@ibm-toto.the-meissners.org> <20180620144940.GF945@ibm-toto.the-meissners.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180620144940.GF945@ibm-toto.the-meissners.org> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg01368.txt.bz2 On Wed, Jun 20, 2018 at 10:49:41AM -0400, Michael Meissner wrote: > These patches fix the tests in the testsuite that check whether -mno-float128 > works properly. In these cases, I explicitly run them with long double being > set to IBM extended double. So what happened without this patch? Segher