public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3315] Daily bump.
@ 2022-10-16  0:17 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2022-10-16  0:17 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:8f605de98de65262c0d3e81064b5bc708fed8f5c

commit r13-3315-g8f605de98de65262c0d3e81064b5bc708fed8f5c
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Oct 16 00:16:25 2022 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP          |  2 +-
 libstdc++-v3/ChangeLog | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 88e8f3fec27..f791a3c954e 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20221015
+20221016
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8166bc909b6..9ff3e3fbbb9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,34 @@
+2022-10-15  Jonathan Wakely  <jwakely@redhat.com>
+
+	* src/c++11/debug.cc (print_raw): Move inside #if block.
+
+2022-10-15  Jonathan Wakely  <jwakely@redhat.com>
+
+	* include/bits/charconv.h (__to_chars_10_impl): Add constexpr
+	for C++23. Remove 'static' from array.
+	* include/std/charconv (__cpp_lib_constexpr_charconv): Define.
+	(__to_chars, __to_chars_16): Remove 'static' from array, add
+	constexpr.
+	(__to_chars_10, __to_chars_8, __to_chars_2, __to_chars_i)
+	(to_chars, __raise_and_add, __from_chars_pow2_base)
+	(__from_chars_alnum, from_chars): Add constexpr.
+	(__from_chars_alnum_to_val): Avoid local static during constant
+	evaluation. Add constexpr.
+	* include/std/version (__cpp_lib_constexpr_charconv): Define.
+	* testsuite/20_util/from_chars/constexpr.cc: New test.
+	* testsuite/20_util/to_chars/constexpr.cc: New test.
+	* testsuite/20_util/to_chars/version.cc: New test.
+
+2022-10-15  Jonathan Wakely  <jwakely@redhat.com>
+
+	* include/bits/stl_map.h (map::insert(Pair&&)): Use
+	remove_const_t on argument to __is_pair.
+	* include/bits/stl_pair.h (__is_pair<const pair<T,U>>): Remove
+	partial specialization.
+	* include/bits/uses_allocator_args.h (_Std_pair): Use
+	remove_cv_t as per LWG 3677.
+	* testsuite/20_util/uses_allocator/lwg3677.cc: New test.
+
 2022-10-14  Jonathan Wakely  <jwakely@redhat.com>
 
 	* libsupc++/eh_alloc.cc [USE_POOL]: New macro.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-16  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-16  0:17 [gcc r13-3315] Daily bump GCC Administrator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).