This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4cb1f7fe148 Fortran: Implement finalization PDTs [PR104650] new 1c9d93bfcd1 libstdc++: Hashing support for chrono value classes [PR110357]
The 1 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/bits/version.def | 13 +- libstdc++-v3/include/bits/version.h | 13 +- libstdc++-v3/include/std/chrono | 324 ++++++++++++++++++++++++++++++++ libstdc++-v3/testsuite/std/time/hash.cc | 280 +++++++++++++++++++++++++++ 4 files changed, 627 insertions(+), 3 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/time/hash.cc