This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c373feb18c0 2019-05-10 Thomas Koenig tkoenig@gcc.gnu.org new de3f1d9aabb Improve API docs for <memory> and <new> new 3e5c91bda96 PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs new 5c6334a5487 PR libstdc++/90397 fix std::variant friend declarations new eb1be9e76ba PR libstdc++/81266 fix std::thread::native_handle_type test
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 | 31 +++++++ libstdc++-v3/include/bits/shared_ptr.h | 66 ++++++++++++--- libstdc++-v3/include/bits/shared_ptr_base.h | 13 +++ libstdc++-v3/include/bits/stl_uninitialized.h | 67 ++++++++++++++- libstdc++-v3/include/bits/unique_ptr.h | 97 +++++++++++++++------- libstdc++-v3/include/std/variant | 14 ++-- libstdc++-v3/libsupc++/new | 6 +- .../testsuite/20_util/default_delete/48631_neg.cc | 2 +- .../testsuite/20_util/unique_ptr/hash/90388.cc | 90 ++++++++++++++++++++ libstdc++-v3/testsuite/util/thread/all.h | 8 +- 10 files changed, 343 insertions(+), 51 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/hash/90388.cc