This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d106f8f5a72 2017-10-16 Vladimir Makarov vmakarov@redhat.com new b6b04a7be4a Add gnu::unique_ptr
The 1 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/Makefile.in | 1 + gcc/selftest-run-tests.c | 1 + gcc/selftest.h | 1 + gcc/unique-ptr-tests.cc | 234 +++++++++++++++++++++++++++ include/ChangeLog | 5 + include/unique-ptr.h | 403 +++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 653 insertions(+) create mode 100644 gcc/unique-ptr-tests.cc create mode 100644 include/unique-ptr.h