gcc/libstdc++-v3/testsuite
Xi Ruoyao 78aa76df40 PR libstdc++/67578 Implement non-trivial std::random_device::entropy
2017-05-23  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
	    Jonathan Wakely  <jwakely@redhat.com>

	PR libstdc++/67578
	* acinclude.m4: Bump libtool_VERSION.
	* config/abi/pre/gnu.ver: Create GLIBCXX_3.4.24 with new symbol.
	* config.h.in: Regenerate.
	* configure: Regenerate.
	* configure.ac: Add test for <linux/random.h>.
	* doc/xml/manual/abi.xml: Document new library version.
	* include/bits/random.h (random_device::entropy)
	[_GLIBCXX_USE_RANDOM_TR1]: Add call to new _M_getentropy member.
	(random_device::_M_getentropy): Declare.
	* src/c++11/random.cc (random_device::_M_getentropy): Define.
	* testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.24 to known
	versions, and make it the latest version.

Co-Authored-By: Jonathan Wakely <jwakely@redhat.com>

From-SVN: r248374
2017-05-23 17:11:57 +01:00
..
17_intro Remove superfluous "" in dg-error. 2017-04-28 13:56:38 +01:00
18_support
19_diagnostics
20_util PR libstdc++/80478 make std::mem_fn work with noexcept functions 2017-05-18 18:32:06 +01:00
21_strings
22_locale
23_containers Fix order and types of members in C++17 insert_return_type structs 2017-05-15 14:47:40 +01:00
24_iterators * testsuite/24_iterators/container_access.cc (test03): Make il3 static. 2017-05-09 11:11:19 -04:00
25_algorithms PR libstdc++/80796 Add new std::search overload for C++17 2017-05-19 13:11:31 +01:00
26_numerics
27_io
28_regex
29_atomics
30_threads PR libstdc++/80316 make promise::set_value throw no_state error 2017-04-21 15:49:19 +01:00
abi
backward
config
data
decimal
experimental Test source_location::current() in default member initializer 2017-05-16 15:26:14 +01:00
ext
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters Bump version namespace. 2017-05-10 20:40:28 +00:00
libstdc++-xmethods
performance
special_functions
tr1
tr2
util PR libstdc++/67578 Implement non-trivial std::random_device::entropy 2017-05-23 17:11:57 +01:00
Makefile.am
Makefile.in