This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 2b4ca304b16 Daily bump. new 5439234be2f libstdc++: Qualify calls to debug mode helpers new dae96358877 libstdc++: Qualify calls to std::_Destroy and _Destroy_aux new c17539d71b2 libstdc++: Fix src/c++20/tzdb.cc for non-constexpr std::mutex new d2c737c40c7 libstdc++: Fix <iosfwd> synopsis test new 813722fbe42 libstdc++: Disable std::forward_list tests for C++98 mode new c9da749155f libstdc++: Fix fwrite error parameter new 5342e3cc446 libstdc++: Fix --enable-cstdio=stdio_pure [PR110574] new d96e4962f53 libstdc++: Implement P2538R1 ADL-proof std::projected new a32d4a34da7 libstdc++: Fix std::__uninitialized_default_n for constant [...]
The 9 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/acinclude.m4 | 16 +++++ libstdc++-v3/config.h.in | 3 + libstdc++-v3/config/io/basic_file_stdio.cc | 68 ++++++++++++++++------ libstdc++-v3/configure | 66 +++++++++++++++++++++ libstdc++-v3/include/bits/alloc_traits.h | 2 +- libstdc++-v3/include/bits/iterator_concepts.h | 35 +++++++---- libstdc++-v3/include/bits/stl_construct.h | 4 +- libstdc++-v3/include/bits/stl_uninitialized.h | 6 ++ libstdc++-v3/include/debug/helper_functions.h | 32 ++++++---- libstdc++-v3/src/c++20/tzdb.cc | 46 ++++++++------- .../forward_list/debug/iterator1_neg.cc | 2 +- .../forward_list/debug/iterator3_neg.cc | 2 +- .../23_containers/vector/cons/destroy-adl.cc | 11 ++++ .../indirect_callable/projected-adl.cc | 42 +++++++++++++ .../testsuite/27_io/headers/iosfwd/synopsis.cc | 2 +- 15 files changed, 269 insertions(+), 68 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/cons/destroy-adl.cc create mode 100644 libstdc++-v3/testsuite/24_iterators/indirect_callable/projected-adl.cc