gcc/libstdc++-v3/testsuite
Jonathan Wakely 1e7a269856 libstdc++: Fix regression in std::list::sort [PR66742]
The standard does not require const-correct comparisons in list::sort.

libstdc++-v3/ChangeLog:

	PR libstdc++/66742
	* include/bits/list.tcc (list::sort): Use mutable iterators for
	comparisons.
	* include/bits/stl_list.h (_Scratch_list::_Ptr_cmp): Likewise.
	* testsuite/23_containers/list/operations/66742.cc: Check
	non-const comparisons.
2021-11-03 15:15:27 +00:00
..
17_intro libstdc++: Fix 17_intro/names.cc on Solaris 2021-10-26 14:00:18 +02:00
18_support libstdc++: Fix std::numeric_limits::lowest() test for strict modes 2021-10-11 20:34:17 +01:00
19_diagnostics
20_util libstdc++: Constrain std::make_any [PR102894] 2021-10-22 23:09:54 +01:00
21_strings Make full use of context-sensitive ranges in access warnings. 2021-10-26 16:53:23 -06:00
22_locale libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98725] 2021-10-09 00:57:50 +01:00
23_containers libstdc++: Fix regression in std::list::sort [PR66742] 2021-11-03 15:15:27 +00:00
24_iterators
25_algorithms libstdc++: Missing constexpr for __gnu_debug::__valid_range etc 2021-11-01 21:01:31 +00:00
26_numerics libstdc++: Fix range access for empty std::valarray [PR103022] 2021-11-01 13:26:29 +00:00
27_io Make full use of context-sensitive ranges in access warnings. 2021-10-26 16:53:23 -06:00
28_regex libstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris 2021-10-26 14:07:57 +02:00
29_atomics
30_threads
abi
backward
config
data
decimal
experimental libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98725] 2021-10-09 00:57:50 +01:00
ext libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98725] 2021-10-09 00:57:50 +01:00
lib c++: instantiate less for constant folding 2021-10-14 21:40:11 -04:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance
special_functions
std libstdc++: Implement P2432R1 changes for views::istream 2021-10-21 11:55:19 -04:00
tr1 libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98725] 2021-10-09 00:57:50 +01:00
tr2
util
Makefile.am
Makefile.in