This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from be6180ff6f6 i386: Set cfun->machine->max_used_stack_alignment if needed new 13110fb9335 PR libstdc++/86861 Meet precondition for Solaris memalign new a1f32285188 PR libstdc++/86874 fix std::variant::swap regression new d4965355083 PR libstdc++/60555 std::system_category() should recognise [...] new fda58c897a8 PR libstdc++/84535 constrain std::thread constructor new 0f5001df486 Improve libstdc++ docs w.r.t newer C++ standards
The 5 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 | 67 ++++ libstdc++-v3/doc/html/manual/bugs.html | 4 + libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/html/manual/test.html | 11 +- libstdc++-v3/doc/html/manual/using_headers.html | 83 ++++- libstdc++-v3/doc/xml/manual/test.xml | 11 +- libstdc++-v3/doc/xml/manual/using.xml | 343 ++++++++++++++++----- libstdc++-v3/include/std/thread | 26 +- libstdc++-v3/include/std/variant | 59 ++-- libstdc++-v3/libsupc++/new_opa.cc | 28 +- libstdc++-v3/src/c++11/system_error.cc | 256 +++++++++++++++ .../error_category/generic_category.cc | 69 +++++ .../error_category/system_category.cc | 114 +++++++ .../node_swap.cc => 20_util/variant/86874.cc} | 31 +- .../thread/cons/{lwg2097.cc => 84535.cc} | 12 +- 15 files changed, 950 insertions(+), 166 deletions(-) create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/generic_ca [...] create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/system_cat [...] copy libstdc++-v3/testsuite/{23_containers/set/modifiers/node_swap.cc => 20_util/v [...] copy libstdc++-v3/testsuite/30_threads/thread/cons/{lwg2097.cc => 84535.cc} (71%)