This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bb75c3d * system-darwin-ppc64.ads (Support_64_Bit_Divides): Delete. [...] new 72b0240 Implement P0084R2, Emplace return type, for C++17 new f9a2a98 PR77987 Fix unique_ptr<T[], D>::reset(U) for T != U new 31aa57c PR77998 Remove std::thread::_Invoker::result_type new 68ebfa1 2016-10-17 Richard Biener rguenther@suse.de
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: gcc/ChangeLog | 5 +++ gcc/bb-reorder.c | 5 ++- libstdc++-v3/ChangeLog | 50 ++++++++++++++++++++++ libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/html/manual/test.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +- libstdc++-v3/include/bits/deque.tcc | 14 ++++++ libstdc++-v3/include/bits/forward_list.h | 15 +++++-- libstdc++-v3/include/bits/stl_bvector.h | 11 ++++- libstdc++-v3/include/bits/stl_deque.h | 12 +++++- libstdc++-v3/include/bits/stl_list.h | 26 +++++++++-- libstdc++-v3/include/bits/stl_queue.h | 7 +++ libstdc++-v3/include/bits/stl_stack.h | 7 +++ libstdc++-v3/include/bits/stl_vector.h | 4 ++ libstdc++-v3/include/bits/unique_ptr.h | 7 +-- libstdc++-v3/include/bits/vector.tcc | 7 +++ libstdc++-v3/include/debug/deque | 14 ++++++ libstdc++-v3/include/debug/vector | 7 +++ libstdc++-v3/include/std/future | 6 ++- libstdc++-v3/include/std/thread | 9 ++-- .../20_util/unique_ptr/assign/assign_neg.cc | 21 +++++++++ .../testsuite/20_util/unique_ptr/assign/cv_qual.cc | 23 ---------- .../20_util/unique_ptr/modifiers/cv_qual.cc | 11 ----- .../20_util/unique_ptr/modifiers/reset_neg.cc | 28 ++++++++++-- .../deque/modifiers/emplace/cxx17_return.cc} | 27 ++++++++---- .../modifiers/emplace_cxx17_return.cc} | 17 ++++---- .../list/modifiers/emplace/cxx17_return.cc} | 27 ++++++++---- .../queue/members/emplace_cxx17_return.cc} | 17 ++++---- .../stack/members/emplace_cxx17_return.cc} | 17 ++++---- .../vector/bool/emplace_cxx17_return.cc} | 26 +++++++---- .../vector/modifiers/emplace/cxx17_return.cc} | 27 ++++++++---- 31 files changed, 328 insertions(+), 128 deletions(-) copy libstdc++-v3/testsuite/{21_strings/basic_string/operations/data/wchar_t/2.cc [...] copy libstdc++-v3/testsuite/{21_strings/basic_string/operations/data/char/2.cc => [...] copy libstdc++-v3/testsuite/{21_strings/basic_string/operations/data/wchar_t/2.cc [...] copy libstdc++-v3/testsuite/{21_strings/basic_string/operations/data/char/2.cc => [...] copy libstdc++-v3/testsuite/{21_strings/basic_string/operations/data/char/2.cc => [...] copy libstdc++-v3/testsuite/{20_util/any/cons/explicit.cc => 23_containers/vector/ [...] copy libstdc++-v3/testsuite/{20_util/any/cons/explicit.cc => 23_containers/vector/ [...]