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 7e7e5247c50 PR c++/82039 suppress -Wzero-as-null-pointer-constant warning new 98bc2f1ce94 Add noexcept to shared_ptr owner comparisons (LWG 2873) new c2950a581e1 PR libstdc++/81017 add noexcept to std::function move operations new c51e45aa83c PR libstdc++/53984 handle exceptions in basic_istream::sentry new 4c8b11923e9 PR libstdc++/81751 don't call fflush(NULL)
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: libstdc++-v3/ChangeLog | 43 +++++++++++++++++ libstdc++-v3/config/io/basic_file_stdio.cc | 8 ++-- libstdc++-v3/include/bits/basic_ios.h | 4 +- libstdc++-v3/include/bits/istream.tcc | 50 +++++++++++--------- libstdc++-v3/include/bits/shared_ptr_base.h | 14 +++--- libstdc++-v3/include/std/functional | 4 +- libstdc++-v3/include/std/istream | 12 ++--- .../testsuite/20_util/function/assign/move.cc | 5 +- .../testsuite/20_util/function/cons/move.cc | 5 +- .../79114.cc => 20_util/owner_less/noexcept.cc} | 28 +++++++---- .../20_util/shared_ptr/observers/owner_before.cc | 6 +++ .../20_util/weak_ptr/observers/owner_before.cc | 11 +++-- .../basic_fstream/53984.cc} | 55 +++++++++++++--------- .../sentry/char/53984.cc} | 23 ++++----- .../81338.cc => ext/stdio_filebuf/char/79820.cc} | 19 ++++---- .../69301.cc => ext/stdio_filebuf/char/81751.cc} | 50 +++++++++----------- 16 files changed, 210 insertions(+), 127 deletions(-) copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 20_util/owner [...] copy libstdc++-v3/testsuite/{ext/pb_ds/regression/priority_queue_binary_heap-62045 [...] copy libstdc++-v3/testsuite/27_io/{basic_stringstream/assign/81338.cc => basic_ist [...] copy libstdc++-v3/testsuite/{27_io/basic_stringstream/assign/81338.cc => ext/stdio [...] copy libstdc++-v3/testsuite/{29_atomics/atomic/69301.cc => ext/stdio_filebuf/char/ [...]