gcc/libstdc++-v3/testsuite
Marc Glisse 8f2b580aeb re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llabs is absent)
2012-10-05  Marc Glisse  <marc.glisse@inria.fr>

	PR libstdc++/54686
	* include/c_std/cstdlib (abs(long long)): Define with
	__builtin_llabs when we have long long.
	(abs(long)): Use __builtin_labs.
	(abs(__int128)): Define when we have __int128.
	* testsuite/26_numerics/headers/cstdlib/54686.c: New file.

From-SVN: r192132
2012-10-05 16:20:44 +00:00
..
17_intro
18_support
19_diagnostics
20_util type_traits (result_of): Provide "SFINAE-friendly" (see N3436) implementation. 2012-10-01 16:02:57 +00:00
21_strings
22_locale
23_containers re PR libstdc++/53248 (std::array<T,0> doesn't work when T is not default-constructible) 2012-10-04 00:02:29 +00:00
24_iterators
25_algorithms
26_numerics re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llabs is absent) 2012-10-05 16:20:44 +00:00
27_io
28_regex
29_atomics
30_threads
abi
backward
config
data
decimal
ext ropeimpl.h (__uninitialized_fill_n_a): Fix using declaration. 2012-09-30 16:36:18 +01:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
performance 41975.cc: Use __uset_hashtable rather than removed __unordered_set. 2012-09-24 19:48:06 +00:00
tr1
tr2
util re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers) 2012-09-24 19:53:36 +00:00
Makefile.am
Makefile.in fragment.am (CONFIG_CXXFLAGS): Remove EXTRA_CXX_FLAGS. 2012-09-29 04:08:17 +00:00