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 9e107823703 rs6000: MMA builtin usage ICEs when used in a #pragma omp p [...] new b7cf6b97fc3 libstdc++: Simplify constexpr checks in std::char_traits [P [...] new 15d6f574615 libstdc++: Implement proposed resolution to LWG 3548 new ec759162b31 libstdc++: Fix missing members in std::allocator<void>
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: libitm/testsuite/libitm.c++/libstdc++-pr91488.C | 9 +++++ libstdc++-v3/include/bits/allocator.h | 40 ++++++++++++++++------ libstdc++-v3/include/bits/basic_string.h | 7 ++-- libstdc++-v3/include/bits/char_traits.h | 14 ++++---- libstdc++-v3/include/bits/memoryfwd.h | 7 ++-- libstdc++-v3/include/bits/shared_ptr_base.h | 13 ++++--- libstdc++-v3/include/ext/malloc_allocator.h | 8 ++++- libstdc++-v3/include/ext/new_allocator.h | 8 ++++- libstdc++-v3/include/std/version | 8 +++-- libstdc++-v3/testsuite/20_util/allocator/void.cc | 38 ++++++++++++++++++-- .../testsuite/20_util/shared_ptr/cons/lwg3548.cc | 16 +++++++++ .../20_util/shared_ptr/cons/unique_ptr_deleter.cc | 17 ++++++++- 12 files changed, 150 insertions(+), 35 deletions(-) create mode 100644 libitm/testsuite/libitm.c++/libstdc++-pr91488.C create mode 100644 libstdc++-v3/testsuite/20_util/shared_ptr/cons/lwg3548.cc