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 453a8f3d396 libstdc++: Improve std::forward static assert message new cc56c03a7a7 libstdc++: Value-initialize objects held by EBO helpers [PR [...] new 5c86e63cb03 libstdc++: fix is_default_constructible for hash containers [...] new 6a38ddc2e01 libstdc++: Make allocator equality comparable in tests new b3f135a50c3 libstdc++: Add missing 'constexpr' to std::tuple [PR102270] new 923637b6cb7 libstdc++: Constrain std::make_any [PR102894] new 30033d9bb9d libstdc++: Don't check always-true condition [PR101965] new 0d480b8403f libstdc++: Use std::addressof in ranges::uninitialized_xxx [...]
The 7 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/hashtable.h | 26 ++++++++- libstdc++-v3/include/bits/hashtable_policy.h | 5 +- libstdc++-v3/include/bits/ranges_uninitialized.h | 26 ++++----- libstdc++-v3/include/std/any | 13 +++-- libstdc++-v3/include/std/charconv | 6 +- libstdc++-v3/include/std/tuple | 13 +++++ libstdc++-v3/testsuite/20_util/any/102894.cc | 20 +++++++ .../testsuite/20_util/tuple/cons/102270.cc | 64 ++++++++++++++++++++++ .../unordered_map/allocator/default_init.cc | 1 - .../23_containers/unordered_map/cons/default.cc | 51 +++++++++++++++++ .../unordered_set/allocator/default_init.cc | 1 - .../23_containers/unordered_set/cons/default.cc | 50 +++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- libstdc++-v3/testsuite/util/testsuite_iterators.h | 8 +++ 14 files changed, 257 insertions(+), 29 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/any/102894.cc create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/102270.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/cons/default.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/cons/default.cc