This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c2a19a3 2016-08-03 Vladimir Makarov vmakarov@redhat.com new f29fd58 2016-08-03 Bernd Edlinger bernd.edlinger@hotmail.de new 6cd3dcb Define std::shared_ptr::weak_type new b9ac254 Define feature-test macro for std::enable_shared_from_this
The 3 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: gcc/ChangeLog | 8 ++++ gcc/calls.c | 51 ++++++---------------- libstdc++-v3/ChangeLog | 11 +++++ libstdc++-v3/include/bits/shared_ptr.h | 5 +++ libstdc++-v3/include/bits/shared_ptr_base.h | 5 +++ .../enable_shared_from_this/members/reinit.cc | 4 ++ .../testsuite/20_util/shared_ptr/cons/43820_neg.cc | 2 +- .../testsuite/20_util/shared_ptr/cons/void_neg.cc | 2 +- .../1.cc => shared_ptr/requirements/weak_type.cc} | 17 ++++---- 9 files changed, 58 insertions(+), 47 deletions(-) copy libstdc++-v3/testsuite/20_util/{as_const/1.cc => shared_ptr/requirements/weak [...]