This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f23b5df56e2 c++: constexpr uninitialized union [PR120577] new 724f36504aa libstdc++: Search for tzdata on Windows (msys) new e28494e0809 libstdc++: Implement std::chrono::current_zone() for Window [...]
The 2 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/scripts/gen_windows_zones_map.py | 115 ++++++++ libstdc++-v3/src/c++20/tzdb.cc | 136 ++++++++- libstdc++-v3/src/c++20/windows_zones-map.h | 399 ++++++++++++++++++++++++++ 3 files changed, 648 insertions(+), 2 deletions(-) create mode 100755 libstdc++-v3/scripts/gen_windows_zones_map.py create mode 100644 libstdc++-v3/src/c++20/windows_zones-map.h