From baeec7cc83b19b46d1c73523f06efa7ea2b30390 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 15 Oct 2022 00:17:38 +0000 Subject: Daily bump. --- libstdc++-v3/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a78e198..8166bc9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,27 @@ +2022-10-14 Jonathan Wakely + + * libsupc++/eh_alloc.cc [USE_POOL]: New macro. + [!USE_POOL] (__gnu_cxx::__freeres, pool): Do not define. + [_GLIBCXX_EH_POOL_STATIC] (pool::arena): Do not use std::max. + (__cxxabiv1::__cxa_allocate_exception) [!USE_POOL]: Do not use + pool. + (__cxxabiv1::__cxa_free_exception) [!USE_POOL]: Likewise. + (__cxxabiv1::__cxa_allocate_dependent_exception) [!USE_POOL]: + Likewise. + (__cxxabiv1::__cxa_free_dependent_exception) [!USE_POOL]: + Likewise. + +2022-10-14 Jonathan Wakely + + * src/c++11/debug.cc (print_raw): Simplify. + (print_word): Print indentation by calling fprintf directly. + (_Error_formatter::_M_error): Print unindented string by calling + fprintf directly. + +2022-10-14 Jonathan Wakely + + * include/std/iostream: Use markdown in Doxygen comment. + 2022-10-12 François Dumont * include/debug/string: Add using _Base::compare. -- cgit v1.1