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 958d75bec3aa4461c6e458ac655eef9a722f839d..50f58379daa5fdb1b4ce71b30e51050f536c40db 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 79ae488913a1afb2853a986df63d22b19ed20569..ff5bcb37aaa558b9357e44fd2b7d9d9b08dcf2ea 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 924b997bb8f1acf6bdc055b6cabf9d171a9fae33..6a6ea2c2c04fa75265681a1f5adf604fdffb8365 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 370ee5664fc6c21a221705122290d530df8c0832..1210946eaf0a9e4ce1a89608e3c737996b157bba 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 60d76f30ffb7aac5ca3d0cb464760a3025190bf9..e9a7ca71d0e2cbcb245d79e06fca079b6f6966c0 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 0256d47a2f46129e372d278ac7c6c6818d2bf776..ca0d380dbc3eaa1c246f09160cfd6241923b60fd 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 d03ce35b29cdb35a83257bddc7b904d71829bf71..89eb6049d766cc64d16b8f28a18776b713336f5b 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.