This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 34b94be 2016-10-19 Richard Biener rguenther@suse.de new bc8a7bf PR77990 refactor unique_ptr to encapsulate tuple new c2aae0a Fix std::experimental::shared_ptr SFINAE constraints
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/ChangeLog | 51 ++++ libstdc++-v3/include/bits/unique_ptr.h | 111 ++++---- .../include/experimental/bits/shared_ptr.h | 281 ++++++++++++++------- libstdc++-v3/python/libstdcxx/v6/printers.py | 8 +- libstdc++-v3/python/libstdcxx/v6/xmethods.py | 7 +- .../20_util/unique_ptr/assign/48635_neg.cc | 4 +- .../cons/72820.cc => unique_ptr/cons/77990.cc} | 12 +- .../testsuite/20_util/unique_ptr/cons/cv_qual.cc | 2 +- .../memory/shared_ptr/cons/pointer_ctor.cc | 21 +- .../cons/{copy_ctor_neg.cc => pointer_ctor_neg.cc} | 27 +- .../experimental/memory/shared_ptr/cons/torture.cc | 53 ++++ .../memory/shared_ptr/cons/unique_ptr_ctor.cc | 26 +- .../memory/shared_ptr/modifiers/reset.cc | 7 +- .../copy_ctor_neg.cc => modifiers/reset_neg.cc} | 39 ++- .../memory/shared_ptr/observers/use_count.cc | 3 +- 15 files changed, 436 insertions(+), 216 deletions(-) copy libstdc++-v3/testsuite/20_util/{function/cons/72820.cc => unique_ptr/cons/779 [...] copy libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/{copy_ctor_neg.cc [...] create mode 100644 libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/torture.cc copy libstdc++-v3/testsuite/experimental/memory/shared_ptr/{cons/copy_ctor_neg.cc [...]