This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 629257bcb81 tree-optimization/115629 - missed tail merging new 0ca8d56f208 libstdc++: Fix std::chrono::tzdb to work with vanguard format new 003ce8a6c4c libstdc++: Work around some PSTL test failures for debug mo [...] new e65b6627a36 libstdc++: Increase timeouts for PSTL tests in debug mode [ [...]
The 3 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/src/c++20/tzdb.cc | 265 +++++++++++++-------- .../pstl/alg_modifying_operations/rotate_copy.cc | 1 + .../alg_modifying_operations/transform_binary.cc | 1 + .../pstl/alg_nonmodifying/mismatch.cc | 1 + .../pstl/alg_nonmodifying/nth_element.cc | 4 + .../25_algorithms/pstl/alg_sorting/includes.cc | 4 + .../pstl/alg_sorting/lexicographical_compare.cc | 1 + .../pstl/alg_sorting/minmax_element.cc | 1 + .../25_algorithms/pstl/alg_sorting/partial_sort.cc | 1 + .../pstl/alg_sorting/set_symmetric_difference.cc | 1 + .../25_algorithms/pstl/alg_sorting/set_util.h | 4 + .../std/time/time_zone/sys_info_abbrev.cc | 106 +++++++++ libstdc++-v3/testsuite/std/time/tzdb/1.cc | 6 +- 13 files changed, 293 insertions(+), 103 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/time/time_zone/sys_info_abbrev.cc