From patchwork Thu Oct 27 13:55:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 79661 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp637147qge; Thu, 27 Oct 2016 06:57:20 -0700 (PDT) X-Received: by 10.98.30.129 with SMTP id e123mr14576066pfe.175.1477576640310; Thu, 27 Oct 2016 06:57:20 -0700 (PDT) Return-Path: Received: from sourceware.org (server1.sourceware.org. [209.132.180.131]) by mx.google.com with ESMTPS id 205si8145926pgc.36.2016.10.27.06.57.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Oct 2016 06:57:20 -0700 (PDT) Received-SPF: pass (google.com: domain of gcc-patches-return-439751-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) client-ip=209.132.180.131; Authentication-Results: mx.google.com; dkim=pass header.i=@gcc.gnu.org; spf=pass (google.com: domain of gcc-patches-return-439751-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) smtp.mailfrom=gcc-patches-return-439751-patch=linaro.org@gcc.gnu.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=rfURTjjOq6Yulo1Wa 3jnb7uwjolIuY2alaXMSfi01yJ4o0WBDDxHgbxl17MDYNgOAS3/VeCA7AcWtL2qB x3vlo++eX5VEm9Uvi2MSllmOr1i7x6Dnnp33jw13jRRVWFP7YsxfIDjEai56aztw kgqqan4ykTo/DCeCvL/w+j8bfs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=7wQZAk4zCgdFfNNlqLAmHzv gQEM=; b=XKUIMjgQUn3gm+g+9taCW8ndeYWOXO+RAkZAxTa7cl1NrWZPnr12HrW OB5eOb490OfJlhr+CJYbk/Fw1yVzrfuzgwnfMWMByPBr+l33fk//w3KzqdsjqPD6 aYZ5meY+KT5fGyhRoezywGa3vXqVVJ4FeA99RW4OrGMJYgqd5+sU= Received: (qmail 103759 invoked by alias); 27 Oct 2016 13:55:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 103658 invoked by uid 89); 27 Oct 2016 13:55:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Oct 2016 13:55:28 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 72D8661B98; Thu, 27 Oct 2016 13:55:27 +0000 (UTC) Received: from localhost (ovpn-116-41.ams2.redhat.com [10.36.116.41]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u9RDtQmh019804; Thu, 27 Oct 2016 09:55:27 -0400 Date: Thu, 27 Oct 2016 14:55:26 +0100 From: Jonathan Wakely To: Andreas Schwab Cc: Ed Smith-Rowland <3dw4rd@verizon.net>, libstdc++@gcc.gnu.org, gcc-patches Subject: Re: Add uniform_inside_sphere_distribution Message-ID: <20161027135526.GZ2922@redhat.com> References: <545A6BD6.5050706@verizon.net> <545AB59D.3080906@verizon.net> <545CF258.7050604@verizon.net> <20161024165302.GM2922@redhat.com> <26a70cdc-b9ba-d9df-7597-87354376dfb5@verizon.net> <20161026090111.GQ2922@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.7.0 (2016-08-17) On 27/10/16 15:33 +0200, Andreas Schwab wrote: >On Okt 26 2016, Jonathan Wakely wrote: > >> In all the new tests please replace this dg-options directive with: >> >> { dg-do run { target cxx11 } } > >ERROR: ext/random/uniform_inside_sphere_distribution/cons/default.cc: syntax error in target selector "target cxx11" for " dg-do 1 run { target cxx11 } " My fault, it should be { target c++11 } not { target cxx11 }. Testing this, will commit shortly. commit 9fdf7cdb6b00c6d962959c27a057beb91e23b219 Author: Jonathan Wakely Date: Thu Oct 27 14:54:13 2016 +0100 Fix target selectors in uniform_inside_sphere_distribution tests * testsuite/ext/random/uniform_inside_sphere_distribution/cons/ default.cc: Fix effective target selector. * testsuite/ext/random/uniform_inside_sphere_distribution/cons/ parms.cc: Likewise. * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ equal.cc: Likewise. * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ generate.cc: Likewise. * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ inequal.cc: Likewise. * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ serialize.cc: Likewise. diff --git a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc index 79ae488..ff5bcb3 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc @@ -1,4 +1,4 @@ -// { dg-do run { target cxx11 } } +// { dg-do run { target c++11 } } // { dg-require-cstdint "" } // // Copyright (C) 2014-2016 Free Software Foundation, Inc. diff --git a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc index 924b997..6a6ea2c 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc @@ -1,4 +1,4 @@ -// { dg-do run { target cxx11 } } +// { dg-do run { target c++11 } } // { dg-require-cstdint "" } // // Copyright (C) 2014-2016 Free Software Foundation, Inc. diff --git a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc index 370ee56..1210946 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc @@ -1,4 +1,4 @@ -// { dg-do run { target cxx11 } } +// { dg-do run { target c++11 } } // { dg-require-cstdint "" } // // Copyright (C) 2014-2016 Free Software Foundation, Inc. diff --git a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc index 60d76f3..e9a7ca7 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc @@ -1,4 +1,4 @@ -// { dg-do run { target cxx11 } } +// { dg-do run { target c++11 } } // { dg-require-cstdint "" } // // Copyright (C) 2014-2016 Free Software Foundation, Inc. diff --git a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc index 0256d47..ca0d380 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc @@ -1,4 +1,4 @@ -// { dg-do run { target cxx11 } } +// { dg-do run { target c++11 } } // { dg-require-cstdint "" } // // Copyright (C) 2014-2016 Free Software Foundation, Inc. diff --git a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc index d03ce35..89eb604 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc @@ -1,4 +1,4 @@ -// { dg-do run { target cxx11 } } +// { dg-do run { target c++11 } } // { dg-require-cstdint "" } // // Copyright (C) 2014-2016 Free Software Foundation, Inc.