From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31175 invoked by alias); 6 Apr 2016 12:43:16 -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 31163 invoked by uid 89); 6 Apr 2016 12:43:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f179.google.com Received: from mail-pf0-f179.google.com (HELO mail-pf0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 06 Apr 2016 12:43:13 +0000 Received: by mail-pf0-f179.google.com with SMTP id e128so32790824pfe.3 for ; Wed, 06 Apr 2016 05:43:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=7DHSeDRR8BNJOWaJn4HpTl+HH1qrDVqmH7Vxh3rPeaE=; b=hkry89MEE5FQnLWDSsEkBHQQ3U1LvW0t9ahtS+/IIyIvWL0N2S/9m/0DJ/4Y1xX9Px bDS7YC/hE+IwAxhQVvdcoEGcS6MupMIKtBitao5U4H09ZXY9VGB3wjMbHh7uN2Z3jIyA eIm3RBvsPca5Hkl/3V3jzoDB5/hM5VdKEYTLfN43v8A76lJXxcdjQxgUyc8rty8+a3HE /uM+IR3EVyUW9luiHemAkOc5gDpsFS/Ccd5NyV9XBOsIWE4ln2Vh8QhxcjIV4QmMze8X wIQa8DSrOOxmERhs+vrrKergc62IREZojqCtSSghZ3JEGwPpH4NegvmWYLIKwVQASvBd ZAcg== X-Gm-Message-State: AD7BkJIhwMJfHV9GL8YcTo7XprTZe4qZzvADBCGga1Tbvct2nVOvPpnAZvKfU2MLxkrktA== X-Received: by 10.98.19.2 with SMTP id b2mr38049828pfj.93.1459946590701; Wed, 06 Apr 2016 05:43:10 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-146-233.sa.bigpond.net.au. [58.160.146.233]) by smtp.gmail.com with ESMTPSA id c9sm4920871pfd.24.2016.04.06.05.43.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Apr 2016 05:43:09 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 6D312EA0153; Wed, 6 Apr 2016 22:13:05 +0930 (ACST) Date: Wed, 06 Apr 2016 12:43:00 -0000 From: Alan Modra To: Andreas Schwab Cc: Richard Biener , GCC Patches Subject: Re: [PATCH] PR70117, ppc long double isinf Message-ID: <20160406124305.GH18129@bubble.grove.modra.org> References: <20160405083340.GD18129@bubble.grove.modra.org> <20160406083153.GF18129@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00294.txt.bz2 On Wed, Apr 06, 2016 at 12:27:36PM +0200, Andreas Schwab wrote: > Alan Modra writes: > > > diff --git a/gcc/testsuite/gcc.target/powerpc/pr70117.c b/gcc/testsuite/gcc.target/powerpc/pr70117.c > > new file mode 100644 > > index 0000000..99e6f19 > > --- /dev/null > > +++ b/gcc/testsuite/gcc.target/powerpc/pr70117.c > > @@ -0,0 +1,22 @@ > > +/* { dg-do run { target { { powerpc*-*-darwin* powerpc*-*-aix* rs6000-*-* } || { powerpc*-*-linux* && lp64 } } } } */ > > Any reason why it is restricted to lp64? No, that was me copying from rs6000-ldouble-1.c without thinking. We've had double-double on powerpc-linux 32-bit for quite a while. -- Alan Modra Australia Development Lab, IBM