This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 146616e47db Daily bump. new b06478ca414 libstdc++: Fix constraint on std::optional assignment [PR 100982] new 14597b680a2 libstdc++: Fix constructor constraints for std::any (PR 90415) new df0438f1493 libstdc++: Fix std::any constraints [PR101034] new ba5e10a8c84 libstdc++: Move atomic functions to libsupc++ [PR 96657] new 72768133579 libstdc++: Fix test failure in C++20 mode
The 5 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 | 115 +++++++++------------ libstdc++-v3/include/std/optional | 2 +- libstdc++-v3/libsupc++/Makefile.am | 4 + libstdc++-v3/libsupc++/Makefile.in | 18 ++-- libstdc++-v3/src/c++98/Makefile.am | 5 - libstdc++-v3/src/c++98/Makefile.in | 10 +- .../testsuite/18_support/exception_ptr/96657.cc | 17 +++ libstdc++-v3/testsuite/20_util/any/cons/101034.cc | 11 ++ .../hash_value.cc => 20_util/any/cons/90415.cc} | 45 +++++--- .../sample/3.cc => 20_util/any/cons/92156.cc} | 47 +++++---- .../testsuite/20_util/any/misc/any_cast_neg.cc | 16 +-- .../20_util/any/modifiers/{83658.cc => 92156.cc} | 63 +++++------ .../20_util/optional/assignment/100982.cc | 17 +++ .../testsuite/ext/profile/mutex_extensions_neg.cc | 3 + 14 files changed, 204 insertions(+), 169 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/exception_ptr/96657.cc create mode 100644 libstdc++-v3/testsuite/20_util/any/cons/101034.cc copy libstdc++-v3/testsuite/{27_io/filesystem/path/nonmember/hash_value.cc => 20_u [...] copy libstdc++-v3/testsuite/{25_algorithms/sample/3.cc => 20_util/any/cons/92156.c [...] copy libstdc++-v3/testsuite/20_util/any/modifiers/{83658.cc => 92156.cc} (56%) create mode 100644 libstdc++-v3/testsuite/20_util/optional/assignment/100982.cc