This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 90f5dabddbd contrib: relpath.sh /lib /include [PR119081] new 0ce4c1c4856 libstdc++: Update tzdata to 2025a new 4d2683b04fd libstdc++: Add static_assert to std::packaged_task::package [...] new 256060380c3 libstdc++: Optimize basic_format_parse_context::check_dynamic_spec
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/include/std/chrono | 2 +- libstdc++-v3/include/std/format | 110 +- libstdc++-v3/include/std/future | 9 +- libstdc++-v3/src/c++20/tzdata.zi | 1682 ++++++++++---------- libstdc++-v3/src/c++20/tzdb.cc | 4 +- .../30_threads/packaged_task/cons/dangling_ref.cc | 1 + .../30_threads/packaged_task/cons/lwg4154_neg.cc | 38 + libstdc++-v3/testsuite/std/format/parse_ctx_neg.cc | 6 +- 8 files changed, 949 insertions(+), 903 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/packaged_task/cons/lwg4154_neg.cc