This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from acc70606c59 testsuite: fix 'dg-compile' typos new a9e472c6b74 libstdc++: Implement LWG 3886 for std::optional and std::expected new 8f05ada7dfb libstdc++: Fix std::format output for std::chrono::zoned_time new 4883c9571f5 libstdc++: Fix formatter for low-resolution chrono::zoned_t [...]
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/bits/chrono_io.h | 56 ++++++++++++---- libstdc++-v3/include/std/expected | 8 +-- libstdc++-v3/include/std/optional | 12 ++-- libstdc++-v3/testsuite/20_util/expected/lwg3886.cc | 58 ++++++++++++++++ .../testsuite/20_util/optional/cons/lwg3886.cc | 58 ++++++++++++++++ libstdc++-v3/testsuite/std/time/clock/gps/io.cc | 1 - libstdc++-v3/testsuite/std/time/clock/local/io.cc | 78 ++++++++++++++++++++-- libstdc++-v3/testsuite/std/time/clock/system/io.cc | 8 ++- libstdc++-v3/testsuite/std/time/clock/tai/io.cc | 3 + libstdc++-v3/testsuite/std/time/zoned_time/io.cc | 15 +++++ 10 files changed, 268 insertions(+), 29 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg3886.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/cons/lwg3886.cc