This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from f83bc0edb51 libstdc++: fix a dangling reference crash in ranges::is_per [...] new fb9a2af9928 libstdc++: Handle extended alignment in std::get_temporary_ [...] new c795413cf3a libstdc++: Fix warning regressions in <bits/stl_tempbuf.h> new 3b9885ac4df libstdc++: Do not use C++11 alignof in C++98 mode [PR104395] new 8443a90c433 libstdc++: Optimize std::basic_string_view::starts_with new 85f4136aa83 libstdc++: Reuse temporary buffer utils in <stacktrace> new 2b9449c2c1b libstdc++: Fix outdated comment in <stacktrace> new 9c02bad2b5e libstdc++: Hide std::tuple internals from Doxygen docs new 3a8d05b61a9 libstdc++: Use init_priority attribute for tzdb globals [PR118811]
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/include/bits/new_allocator.h | 4 +- libstdc++-v3/include/bits/stl_tempbuf.h | 137 +++++++++++++-------- libstdc++-v3/include/ext/bitmap_allocator.h | 4 +- libstdc++-v3/include/ext/malloc_allocator.h | 2 +- libstdc++-v3/include/ext/mt_allocator.h | 4 +- libstdc++-v3/include/ext/pool_allocator.h | 4 +- libstdc++-v3/include/std/stacktrace | 31 +---- libstdc++-v3/include/std/string_view | 5 +- libstdc++-v3/include/std/tuple | 2 + libstdc++-v3/src/c++20/tzdb.cc | 14 +-- libstdc++-v3/src/c++20/tzdb_globals.h | 14 +++ libstdc++-v3/testsuite/20_util/temporary_buffer.cc | 2 +- .../25_algorithms/stable_sort/overaligned.cc | 29 +++++ libstdc++-v3/testsuite/ext/104395.cc | 8 ++ .../testsuite/std/time/tzdb_list/pr118811.cc | 25 ++++ 15 files changed, 189 insertions(+), 96 deletions(-) create mode 100644 libstdc++-v3/src/c++20/tzdb_globals.h create mode 100644 libstdc++-v3/testsuite/25_algorithms/stable_sort/overaligned.cc create mode 100644 libstdc++-v3/testsuite/ext/104395.cc create mode 100644 libstdc++-v3/testsuite/std/time/tzdb_list/pr118811.cc