diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-10-15 00:17:38 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-10-15 00:17:38 +0000 |
commit | baeec7cc83b19b46d1c73523f06efa7ea2b30390 (patch) | |
tree | 9b003fd2b58b07d064a7c25ccbb037eb62307e4f /libstdc++-v3 | |
parent | 36d20fa4a83d1a294462c2622ca76eac93465c2c (diff) | |
download | gcc-baeec7cc83b19b46d1c73523f06efa7ea2b30390.zip gcc-baeec7cc83b19b46d1c73523f06efa7ea2b30390.tar.gz gcc-baeec7cc83b19b46d1c73523f06efa7ea2b30390.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
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 <jwakely@redhat.com> + + * 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 <jwakely@redhat.com> + + * 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 <jwakely@redhat.com> + + * include/std/iostream: Use markdown in Doxygen comment. + 2022-10-12 François Dumont <fdumont@gcc.gnu.org> * include/debug/string: Add using _Base::compare. |