Fix target selectors in uniform_inside_sphere_distribution tests
authorJonathan Wakely <jwakely@redhat.com>
Thu, 27 Oct 2016 13:55:36 +0000 (14:55 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 27 Oct 2016 13:55:36 +0000 (14:55 +0100)
* 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.

From-SVN: r241621

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc

index 958d75b..50f5837 100644 (file)
@@ -1,5 +1,18 @@
 2016-10-27  Jonathan Wakely  <jwakely@redhat.com>
 
+       * 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.
+
        * testsuite/experimental/filesystem/iterators/directory_iterator.cc:
        Use end() function to get end iterator.
        * testsuite/experimental/filesystem/iterators/pop.cc: Remove printf
index 79ae488..ff5bcb3 100644 (file)
@@ -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.
index 924b997..6a6ea2c 100644 (file)
@@ -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.
index 370ee56..1210946 100644 (file)
@@ -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.