This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 88c8959a3f3 Daily bump. new 83020b996e0 libstdc++: Fix nodiscard warnings in performance tests new a4921df13f0 libstdc++: Fix pretty printer lookup for class templates [P [...] new 48f85d31b5b libstdc++: std::atomic should use std::addressof new e7664c01527 libstdc++: Do not optimize std::copy to memcpy for bool out [...] new f1d72baa71f libstdc++: Update tzdata to 2025c
The 5 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/atomic_wait.h | 3 +- libstdc++-v3/include/bits/cpp_type_traits.h | 7 ++++ libstdc++-v3/include/std/atomic | 9 ++--- libstdc++-v3/include/std/chrono | 2 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 6 ++- libstdc++-v3/src/c++20/tzdata.zi | 6 +-- libstdc++-v3/src/c++20/tzdb.cc | 4 +- .../testsuite/25_algorithms/copy/122907.cc | 43 ++++++++++++++++++++++ .../performance/23_containers/sort_search/list.cc | 2 +- .../25_algorithms/equal_deque_iterators.cc | 10 ++--- .../performance/25_algorithms/search_n.cc | 4 +- 11 files changed, 74 insertions(+), 22 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy/122907.cc