gcc/libstdc++-v3/libsupc++
Jonathan Wakely 6854e3ac71 libstdc++: Simplify C++20 poison pill overloads (P2602R2)
This implements the C++23 change "Poison Pills are Too Toxic". This
makes sense to do unconditionally for C++20, as the corner cases that it
fixes are considered to be defects in the C++20 design (e.g. LWG3480 was
needed to fix directory iterators because of these pills being too
toxic).

libstdc++-v3/ChangeLog:

	* include/bits/iterator_concepts.h (__imove::iter_move): Define
	poison pill as deleted for consistency.
	(__access::begin): Replace with a single declaration.
	* include/bits/ranges_base.h (__access::end, __access::rbegin)
	(__access::rend, __access::size): Likewise.
	* include/bits/version.def (ranges): Update value for C++23.
	* include/bits/version.h: Regenerate.
	* libsupc++/compare (__compare): Add missing poison pill
	overloads.
	* testsuite/std/ranges/version_c++23.cc: Adjust expected value
	of __cpp_lib_ranges.
	* testsuite/std/ranges/access/p2602.cc: New test.
2023-09-07 08:08:12 +01:00
..
array_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
atexit_arm.cc Update copyright years. 2023-01-16 11:52:17 +01:00
atexit_thread.cc Update copyright years. 2023-01-16 11:52:17 +01:00
atomic_lockfree_defines.h Update copyright years. 2023-01-16 11:52:17 +01:00
bad_alloc.cc Update copyright years. 2023-01-16 11:52:17 +01:00
bad_array_length.cc Update copyright years. 2023-01-16 11:52:17 +01:00
bad_array_new.cc Update copyright years. 2023-01-16 11:52:17 +01:00
bad_cast.cc Update copyright years. 2023-01-16 11:52:17 +01:00
bad_typeid.cc Update copyright years. 2023-01-16 11:52:17 +01:00
class_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
compare libstdc++: Simplify C++20 poison pill overloads (P2602R2) 2023-09-07 08:08:12 +01:00
cxxabi.h libstdc++: Adjust uses of null pointer constants in docs 2023-04-19 00:13:02 +01:00
cxxabi_forced.h Update copyright years. 2023-01-16 11:52:17 +01:00
cxxabi_init_exception.h libstdc++: Fix uses of non-reserved names in headers 2023-02-16 10:24:45 +00:00
del_op.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opa.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opant.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opnt.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_ops.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opsa.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opv.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opva.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opvant.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opvnt.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opvs.cc Update copyright years. 2023-01-16 11:52:17 +01:00
del_opvsa.cc Update copyright years. 2023-01-16 11:52:17 +01:00
dyncast.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_alloc.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_arm.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_atomics.h Update copyright years. 2023-01-16 11:52:17 +01:00
eh_aux_runtime.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_call.cc c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720] 2023-06-03 21:49:00 -04:00
eh_catch.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_exception.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_globals.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_personality.cc libstdc++: optimize EH phase 2 2023-06-01 08:49:20 -04:00
eh_ptr.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_term_handler.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_term_handler.h Update copyright years. 2023-01-16 11:52:17 +01:00
eh_terminate.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_throw.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_tm.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_type.cc Update copyright years. 2023-01-16 11:52:17 +01:00
eh_unex_handler.cc Update copyright years. 2023-01-16 11:52:17 +01:00
enum_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
exception libstdc++: Replace all manual FTM definitions and use 2023-08-16 15:16:25 +02:00
exception.h Update copyright years. 2023-01-16 11:52:17 +01:00
exception_defines.h Update copyright years. 2023-01-16 11:52:17 +01:00
exception_ptr.h Update copyright years. 2023-01-16 11:52:17 +01:00
function_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
fundamental_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
guard.cc Update copyright years. 2023-01-16 11:52:17 +01:00
guard_error.cc Update copyright years. 2023-01-16 11:52:17 +01:00
hash_bytes.cc Update copyright years. 2023-01-16 11:52:17 +01:00
hash_bytes.h Update copyright years. 2023-01-16 11:52:17 +01:00
initializer_list Update copyright years. 2023-01-16 11:52:17 +01:00
Makefile.am Update copyright years. 2023-01-16 11:52:17 +01:00
Makefile.in libstdc++: Don't use gstdint.h anymore 2022-10-29 00:55:42 +01:00
nested_exception.cc Update copyright years. 2023-01-16 11:52:17 +01:00
nested_exception.h Update copyright years. 2023-01-16 11:52:17 +01:00
new libstdc++: Replace all manual FTM definitions and use 2023-08-16 15:16:25 +02:00
new_handler.cc Update copyright years. 2023-01-16 11:52:17 +01:00
new_op.cc Update copyright years. 2023-01-16 11:52:17 +01:00
new_opa.cc Update copyright years. 2023-01-16 11:52:17 +01:00
new_opant.cc Update copyright years. 2023-01-16 11:52:17 +01:00
new_opnt.cc Update copyright years. 2023-01-16 11:52:17 +01:00
new_opv.cc Update copyright years. 2023-01-16 11:52:17 +01:00
new_opva.cc Update copyright years. 2023-01-16 11:52:17 +01:00
new_opvant.cc Update copyright years. 2023-01-16 11:52:17 +01:00
new_opvnt.cc Update copyright years. 2023-01-16 11:52:17 +01:00
pbase_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
pmem_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
pointer_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
pure.cc Update copyright years. 2023-01-16 11:52:17 +01:00
si_class_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
tinfo.cc Update copyright years. 2023-01-16 11:52:17 +01:00
tinfo.h Update copyright years. 2023-01-16 11:52:17 +01:00
tinfo2.cc Update copyright years. 2023-01-16 11:52:17 +01:00
typeinfo libstdc++: Replace all manual FTM definitions and use 2023-08-16 15:16:25 +02:00
unwind-cxx.h Update copyright years. 2023-01-16 11:52:17 +01:00
vec.cc Update copyright years. 2023-01-16 11:52:17 +01:00
vmi_class_type_info.cc Update copyright years. 2023-01-16 11:52:17 +01:00
vterminate.cc Update copyright years. 2023-01-16 11:52:17 +01:00
vtv_stubs.cc Update copyright years. 2023-01-16 11:52:17 +01:00