gcc/libstdc++-v3/testsuite
Jonathan Wakely 9e28a77462 Remove use of std::abs in experimental::{gcd,lcm}
PR libstdc++/77801
	* include/experimental/numeric: Include <numeric>.
	(__abs): Define.
	(gcd, lcm): Use __abs instead of std::abs.
	* testsuite/experimental/numeric/77801.cc: New test.
	* testsuite/experimental/numeric/gcd.cc: Test unsigned inputs.
	* testsuite/experimental/numeric/lcm.cc: Likewise.

From-SVN: r240656
2016-09-30 14:43:37 +01:00
..
17_intro
18_support
19_diagnostics
20_util Make optional::reset noexcept, make optional::value work in constant expressions. 2016-09-29 18:20:28 +03:00
21_strings re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/compare/char/1.cc makes undefined memcmp call) 2016-09-26 12:46:19 +03:00
22_locale
23_containers debug.cc: Include debug/vector. 2016-09-25 20:26:02 +00:00
24_iterators
25_algorithms
26_numerics Define 3-argument overloads of std::hypot for C++17 (P0030R1) 2016-09-27 16:14:24 +01:00
27_io
28_regex
29_atomics
30_threads
abi
backward
config
data
decimal
experimental Remove use of std::abs in experimental::{gcd,lcm} 2016-09-30 14:43:37 +01:00
ext Avoid reallocation for basic_string::clear() 2016-09-23 18:25:34 +01:00
lib Make libstdc++ tests FAIL on Python errors 2016-09-19 16:59:04 +01:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters Implement C++17 node extraction and insertion (P0083R5) 2016-09-22 14:58:49 +01:00
libstdc++-xmethods
performance
special_functions
tr1
tr2
util Check for overflow in filesystem::last_write_time 2016-09-28 19:02:25 +01:00
Makefile.am
Makefile.in Disable .gnu.attributes tags in compatibility-ldbl.o 2016-09-29 07:33:17 +09:30