This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a44cd1c2ee Fix a test-case in PR middle-end/90340. new 67dff8a4986 LWG 2899 - Make is_move_constructible correct for unique_ptr new 8ac285f1c1c Fix unique_ptr pretty printer for empty classes new 94e98eda0c2 Add __gnu_test::NullablePointer utility to testsuite new 155856f96f5 Fix indentation in testsuite utility header
The 4 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/ChangeLog | 45 +++ libstdc++-v3/include/bits/unique_ptr.h | 128 ++++--- libstdc++-v3/python/libstdcxx/v6/printers.py | 15 +- .../members/allocate_hint_nonpod.cc | 2 +- .../testsuite/20_util/unique_ptr/dr2899.cc | 54 +++ .../testsuite/23_containers/vector/59829.cc | 2 +- .../testsuite/23_containers/vector/bool/80893.cc | 2 +- .../testsuite/libstdc++-prettyprinters/compat.cc | 24 +- .../testsuite/libstdc++-prettyprinters/cxx11.cc | 15 + libstdc++-v3/testsuite/util/testsuite_allocator.h | 386 ++++++++++++--------- 10 files changed, 442 insertions(+), 231 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/dr2899.cc