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.

From-SVN: r241621
This commit is contained in:
Jonathan Wakely 2016-10-27 14:55:36 +01:00 committed by Jonathan Wakely
parent 7c92f4ec61
commit e63d7e71a1
7 changed files with 19 additions and 6 deletions

View 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

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.