gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely 0d58d88db6 Fix some missing/incorrect feature test macros
* include/std/bit (__cpp_lib_bitops): Define.
	* include/std/version (__cpp_lib_constexpr): Remove.
	(__cpp_lib_bitops, __cpp_lib_constexpr_dynamic_alloc): Define.
	* testsuite/26_numerics/bit/header.cc: New test.
	* testsuite/26_numerics/bit/header-2.cc: New test.
	* testsuite/20_util/allocator_traits/header.cc: New test.
	* testsuite/20_util/allocator_traits/header-2.cc: New test.

From-SVN: r277633
2019-10-30 16:57:13 +00:00
..
accumulate Update copyright years. 2019-01-01 13:31:55 +01:00
adjacent_difference Add iterator concepts and range access customization points for C++20 2019-10-29 17:44:18 +00:00
bit Fix some missing/incorrect feature test macros 2019-10-30 16:57:13 +00:00
complex Fix tests that fail with -std=gnu++98 or -std=gnu++11 2019-06-06 13:13:42 +01:00
endian Define __cpp_lib_endian feature test macro 2019-07-26 14:30:42 +01:00
exclusive_scan Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
gcd Fix std::midpoint for denormal values 2019-06-24 13:09:51 +01:00
headers In C++17 <math.h> should not put special functions in global namespace 2019-03-21 14:03:56 +00:00
inclusive_scan Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
inner_product Update copyright years. 2019-01-01 13:31:55 +01:00
iota Update copyright years. 2019-01-01 13:31:55 +01:00
lcm Fix std::midpoint for denormal values 2019-06-24 13:09:51 +01:00
midpoint Fix std::midpoint for denormal values 2019-06-24 13:09:51 +01:00
numbers Specialize std::numbers constants for __float128 2019-08-06 16:57:51 +01:00
partial_sum Add iterator concepts and range access customization points for C++20 2019-10-29 17:44:18 +00:00
pstl/numeric_ops Synchronize libstdc++ PSTL with upstream LLVM PSTL 2019-06-07 22:01:16 +00:00
random Define std::uniform_random_bit_generator concept for C++20 2019-10-24 10:35:07 +01:00
reduce Fix value category bugs in std::reduce 2019-06-19 16:29:49 +01:00
slice Update copyright years. 2019-01-01 13:31:55 +01:00
slice_array Update copyright years. 2019-01-01 13:31:55 +01:00
transform_exclusive_scan Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
transform_inclusive_scan Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
transform_reduce Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
valarray Update copyright years. 2019-01-01 13:31:55 +01:00
lerp.cc Define midpoint and lerp functions for C++20 (P0811R3) 2019-03-05 18:37:24 +00:00