This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a21dc9d1529 Emit .file 0 directive earlier in DWARF 5 new 17bc3848e06 libstdc++: Implement LWG 2762 for std::unique_ptr::operator* new 07ba52849ff libstdc++: Fix typos and markdown errors in new simd/README.md
The 2 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/shared_ptr_base.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 3 +- .../20_util/optional/observers/lwg2762.cc | 21 +++++++++++ .../20_util/shared_ptr/observers/array.cc | 4 ++ .../testsuite/20_util/shared_ptr/observers/get.cc | 5 ++- .../testsuite/20_util/unique_ptr/lwg2762.cc | 43 ++++++++++++++++++++++ libstdc++-v3/testsuite/experimental/simd/README.md | 8 ++-- 7 files changed, 79 insertions(+), 7 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/optional/observers/lwg2762.cc create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/lwg2762.cc