This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2e30e90a0c2 fold-const: Fix BIT_INSERT_EXPR folding for BYTES_BIG_ENDIA [...] new 0515b2436b7 libstdc++: Constrain std::expected comparisons (P3379R0) new 707d84efee7 libstdc++: Populate generic std::time_get's wide %c format [...]
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/config/locale/generic/time_members.cc | 8 +- libstdc++-v3/include/bits/version.def | 2 +- libstdc++-v3/include/bits/version.h | 4 +- libstdc++-v3/include/std/expected | 31 +++- .../20_util/expected/equality_constrained.cc | 181 +++++++++++++++++++++ .../20_util/optional/relops/constrained.cc | 2 +- .../pair/comparison_operators/constrained.cc | 2 +- .../tuple/comparison_operators/constrained.cc | 2 +- .../20_util/variant/relops/constrained.cc | 2 +- 9 files changed, 217 insertions(+), 17 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/expected/equality_constrained.cc