aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-12-08 00:17:33 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-12-08 00:17:33 +0000
commit08f89e5e7f466cf18387293c6a9d1d5b8308b83d (patch)
tree786cdaff24a9ea11f86acfd6b43ad6cb6ff15298 /libstdc++-v3
parent71a5ac6703d1b7a0409936fcdec4e592d7cc06b0 (diff)
downloadgcc-08f89e5e7f466cf18387293c6a9d1d5b8308b83d.zip
gcc-08f89e5e7f466cf18387293c6a9d1d5b8308b83d.tar.gz
gcc-08f89e5e7f466cf18387293c6a9d1d5b8308b83d.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 43b161c..4ffaa9d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,41 @@
+2023-12-07 Patrick Palka <ppalka@redhat.com>
+
+ * include/std/ranges (__detail::_ToClosure): Replace with ...
+ (__detail::_To): ... this.
+ (__detail::_ToClosure2): Replace with ...
+ (__detail::To2): ... this.
+ (to): Simplify using the existing _Partial range adaptor
+ closure object.
+
+2023-12-07 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/std/format (_Iter_sink<charT, contiguous_iterator>):
+ Remove uint64_t local type.
+
+2023-12-07 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/atomic_wait.h: Include <cstdint> instead of
+ <stdint.h>.
+
+2023-12-07 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/112882
+ * include/bits/c++config (__is_constant_evaluated): Add
+ always_inline attribute.
+ (_GLIBCXX_DO_ASSERT): Remove macro.
+ (__glibcxx_assert): Define separately for assertions-enabled and
+ constexpr-only cases.
+
+2023-12-07 Alexandre Oliva <oliva@adacore.com>
+
+ PR libstdc++/112858
+ * config/os/gnu-linux/os_defines.h
+ (_GLIBCXX_MAY_HAVE___CXA_THREAD_ATEXIT_IMPL): Define.
+ * libsupc++/atexit_thread.cc [__GXX_WEAK__ &&
+ _GLIBCXX_MAY_HAVE___CXA_THREAD_ATEXIT_IMPL]
+ (__cxa_thread_atexit): Add dynamic detection of
+ __cxa_thread_atexit_impl.
+
2023-12-06 Jason Merrill <jason@redhat.com>
DR 532