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 044ee48215f Fix PR 110085: `make clean` in GCC directory on sh target c [...] new b14121a2ac6 libstdc++: Implement LWG 3877 for std::expected monadic ops new ff58310f274 libstdc++: Do not use std::expected::value() in monadic ops [...]
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/include/std/expected | 126 +++++++++-------- libstdc++-v3/testsuite/20_util/expected/lwg3877.cc | 155 +++++++++++++++++++++ libstdc++-v3/testsuite/20_util/expected/lwg3938.cc | 142 +++++++++++++++++++ 3 files changed, 359 insertions(+), 64 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg3877.cc create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg3938.cc