This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from d60051c86c1 Backport from mainline 2019-07-18 Bin Cheng <bin.linux@ [...] new 3d6af9fc4bf Fix uses of non-reserved names for template parameters new 1bb628dba6a Backport documentation fixes new 58a71834b32 PR libstdc++/90770 fix missing src/debug/Makefile new a617960c3c0 PR libstdc++/51333 Define recursive_init_error constructor [...] new db842c8f8c3 PR libstdc++/91308 fix constraints on unique_ptr assignment new f4c0516f1d4 PR middle-end/89303 add testcase for std::enable_shared_from_this
The 6 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 | 75 +++++++++++++++++++++ libstdc++-v3/doc/html/manual/memory.html | 6 +- libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/shared_ptr.xml | 6 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 4 +- libstdc++-v3/include/bits/random.h | 4 +- libstdc++-v3/include/bits/unique_ptr.h | 30 ++++----- libstdc++-v3/include/experimental/type_traits | 8 +-- libstdc++-v3/libsupc++/cxxabi.h | 9 +-- libstdc++-v3/libsupc++/guard_error.cc | 4 +- libstdc++-v3/src/Makefile.am | 2 +- libstdc++-v3/src/Makefile.in | 2 +- libstdc++-v3/testsuite/17_intro/names.cc | 78 +++++++++++++++++++++- .../headers/c++1998/all.cc => 18_support/51333.cc} | 10 +-- .../enable_shared_from_this/89303.cc} | 25 +++---- .../20_util/unique_ptr/assign/48635_neg.cc | 3 +- .../91308.cc} | 28 +++++--- .../20_util/unique_ptr/cons/cv_qual_neg.cc | 2 +- .../expc++.h => testsuite/experimental/names.cc} | 38 +++++------ 19 files changed, 247 insertions(+), 91 deletions(-) copy libstdc++-v3/testsuite/{17_intro/headers/c++1998/all.cc => 18_support/51333.c [...] copy libstdc++-v3/testsuite/{ext/shared_ptr/1.cc => 20_util/enable_shared_from_thi [...] copy libstdc++-v3/testsuite/20_util/unique_ptr/{cons/pointer_array_convertible_neg [...] copy libstdc++-v3/{include/precompiled/expc++.h => testsuite/experimental/names.cc} (67%)