This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 04a8e509e34 Daily bump. new 2913d33b47f [libstdc++] define zoneinfo_dir_override on vxworks new e9b2f1f4f30 libstdc++: Support link chains in std::chrono::tzdb::locate [...] new 5ceea2ac106 libstdc++: Fix std::chrono::tzdb to work with vanguard format
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 | 327 ++++++++++++++------- .../std/time/time_zone/sys_info_abbrev.cc | 106 +++++++ libstdc++-v3/testsuite/std/time/tzdb/1.cc | 18 +- libstdc++-v3/testsuite/std/time/tzdb/links.cc | 215 ++++++++++++++ 4 files changed, 557 insertions(+), 109 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/time/time_zone/sys_info_abbrev.cc create mode 100644 libstdc++-v3/testsuite/std/time/tzdb/links.cc