This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 3a63bbbfd29 Daily bump. new b0d29239bd2 libstdc++: Fix std::any constraints [PR101034] new 37864c5e6aa libstdc++: Fix constraint on std::optional assignment [PR 100982] new 1bb1b6a5e70 libstdc++: Adjust expected errors in tests when compiled as C++20
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/std/any | 4 ++-- libstdc++-v3/include/std/optional | 2 +- libstdc++-v3/testsuite/20_util/any/cons/101034.cc | 11 +++++++++++ .../testsuite/20_util/optional/assignment/100982.cc | 17 +++++++++++++++++ .../testsuite/20_util/scoped_allocator/69293_neg.cc | 1 + .../testsuite/20_util/uses_allocator/69293_neg.cc | 3 ++- .../testsuite/20_util/uses_allocator/cons_neg.cc | 1 + 7 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/any/cons/101034.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/assignment/100982.cc