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 abbfe1e2616 middle-end: Fix ifcvt predicate generation for masked funct [...] new cbb1814ffa2 libstdc++: Use std::move for iterator in ranges::fill [PR117094] new 8f181a2f878 libstdc++: Populate generic std::time_get's wide %c format [...] new 7836113ff47 libstdc++: Tweak %c formatting for chrono types new f1436fde432 libstdc++: Fix localized %c formatting for <chrono> [PR117085] new 4d8a55ac552 libstdc++: Implement LWG 3564 for ranges::transform_view new f1cee9d1a04 libstdc++: Increase timeouts for PSTL tests in debug mode [ [...] new 23480efbab9 libstdc++: Fix Python deprecation warning in printers.py
The 7 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/config/locale/generic/time_members.cc | 8 ++--- libstdc++-v3/include/bits/chrono_io.h | 14 +++++---- libstdc++-v3/include/bits/ranges_algobase.h | 2 +- libstdc++-v3/include/std/ranges | 9 ++++-- libstdc++-v3/python/libstdcxx/v6/printers.py | 19 ++++++++---- .../testsuite/25_algorithms/fill/constrained.cc | 34 ++++++++++++++++++++++ .../pstl/alg_modifying_operations/rotate_copy.cc | 1 + .../alg_modifying_operations/transform_binary.cc | 1 + .../pstl/alg_nonmodifying/mismatch.cc | 1 + .../pstl/alg_sorting/lexicographical_compare.cc | 1 + .../pstl/alg_sorting/minmax_element.cc | 1 + .../pstl/alg_sorting/set_symmetric_difference.cc | 1 + .../testsuite/std/ranges/adaptors/transform.cc | 19 ++++++++++++ .../testsuite/std/time/{ => format}/format.cc | 0 libstdc++-v3/testsuite/std/time/format/pr117085.cc | 19 ++++++++++++ 15 files changed, 111 insertions(+), 19 deletions(-) rename libstdc++-v3/testsuite/std/time/{ => format}/format.cc (100%) create mode 100644 libstdc++-v3/testsuite/std/time/format/pr117085.cc