This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 54ffda5d2e6 a68: fix modules testsuite to not include flags in test nam [...] new f725f082628 libstdc++: Update tzdata to 2025c new e0fa6ea45fb libstdc++: Update default -std for testsuite new 7a5ad555965 libstdc++: Do not optimize std::copy to memcpy for bool out [...] new 487bd3ba4f1 libstdc++: Optimize compilation time for signed/unsigned in [...]
The 4 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/cpp_type_traits.h | 7 + libstdc++-v3/include/std/chrono | 2 +- libstdc++-v3/include/std/type_traits | 159 +++++++++++---------- libstdc++-v3/src/c++20/tzdata.zi | 6 +- libstdc++-v3/src/c++20/tzdb.cc | 4 +- .../testsuite/25_algorithms/copy/122907.cc | 43 ++++++ libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +- 7 files changed, 136 insertions(+), 87 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy/122907.cc