This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 04845b6 [gcc] new 5234b1e Backport fixes to std::experimental::sample new 542ac92 Use ::new to avoid finding overloaded operator new new 2509806 Fix invalid dg-do directive new a60b494 Add noexcept to std::function swap new fc54dc9 Qualify use of std::declval to avoid ADL new 7396641 Use normal mode containers in searchers new 07307b6 Remove redundant const qualifiers from string_view new 608435d Change test to use VERIFY not assert new ea563bb Correct C++11 implementation status docs new 8c8e76e Update docs on libstdc++ source-code layout new 30506ca Remove invalid effective-targets from std::function tests
The 11 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 | 99 +++++++++++ libstdc++-v3/doc/html/manual/bugs.html | 3 + .../doc/html/manual/source_organization.html | 179 ++++++++++---------- libstdc++-v3/doc/html/manual/status.html | 6 +- .../doc/xml/manual/appendix_contributing.xml | 183 ++++++++++++++++----- libstdc++-v3/doc/xml/manual/intro.xml | 6 + libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 14 +- libstdc++-v3/include/experimental/algorithm | 10 +- libstdc++-v3/include/experimental/functional | 8 +- libstdc++-v3/include/experimental/propagate_const | 2 +- libstdc++-v3/include/experimental/string_view | 2 +- libstdc++-v3/include/std/functional | 10 +- .../20_util/function/{69222.cc => 77322.cc} | 12 +- .../20_util/function/{69222.cc => cons/72820.cc} | 10 +- .../20_util/reference_wrapper/invoke-2.cc | 2 +- .../26_numerics/random/default_random_engine.cc | 4 +- .../testsuite/experimental/algorithm/sample.cc | 1 + 17 files changed, 380 insertions(+), 171 deletions(-) copy libstdc++-v3/testsuite/20_util/function/{69222.cc => 77322.cc} (81%) copy libstdc++-v3/testsuite/20_util/function/{69222.cc => cons/72820.cc} (87%)