From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106707 invoked by alias); 21 Sep 2018 13:48:43 -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 106535 invoked by uid 89); 21 Sep 2018 13:48:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:244 X-HELO: bastet.se.axis.com Received: from bastet.se.axis.com (HELO bastet.se.axis.com) (195.60.68.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Sep 2018 13:48:25 +0000 Received: from localhost (localhost [127.0.0.1]) by bastet.se.axis.com (Postfix) with ESMTP id 895E71854C; Fri, 21 Sep 2018 15:48:12 +0200 (CEST) Received: from bastet.se.axis.com ([IPv6:::ffff:127.0.0.1]) by localhost (bastet.se.axis.com [::ffff:127.0.0.1]) (amavisd-new, port 10024) with LMTP id WiNp5oneoIBr; Fri, 21 Sep 2018 15:48:12 +0200 (CEST) Received: from boulder02.se.axis.com (boulder02.se.axis.com [10.0.8.16]) by bastet.se.axis.com (Postfix) with ESMTPS id 145361854F; Fri, 21 Sep 2018 15:48:12 +0200 (CEST) Received: from boulder02.se.axis.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DC8671A1DE; Fri, 21 Sep 2018 15:48:11 +0200 (CEST) Received: from boulder02.se.axis.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id CD2B91A06B; Fri, 21 Sep 2018 15:48:11 +0200 (CEST) Received: from thoth.se.axis.com (unknown [10.0.2.173]) by boulder02.se.axis.com (Postfix) with ESMTP; Fri, 21 Sep 2018 15:48:11 +0200 (CEST) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by thoth.se.axis.com (Postfix) with ESMTP id B63E11D0F; Fri, 21 Sep 2018 15:48:11 +0200 (CEST) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id w8LDmBmr002919; Fri, 21 Sep 2018 15:48:11 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id w8LDmBIn002915; Fri, 21 Sep 2018 15:48:11 +0200 Date: Fri, 21 Sep 2018 14:01:00 -0000 Message-Id: <201809211348.w8LDmBIn002915@ignucius.se.axis.com> From: Hans-Peter Nilsson To: jwakely@redhat.com CC: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org In-reply-to: <20180921112130.GL23172@redhat.com> (message from Jonathan Wakely on Fri, 21 Sep 2018 12:21:31 +0100) Subject: Re: [PATCH] PR libstdc++/78179 run long double tests separately MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-SW-Source: 2018-09/txt/msg01232.txt.bz2 > Date: Fri, 21 Sep 2018 12:21:31 +0100 > From: Jonathan Wakely > Here's the corrected patch, any objections to this? Quite the contrary; LGTM. brgds, H-P