This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 375b63deea7 2017-10-20 Richard Biener rguenther@suse.de new d4670a6a4c9 Fix path::iterator post-increment and post-decrement new 6ca0ec75db0 PR libstdc++/79433 no #error for including headers with wrong -std new 6b65a53b7a4 PR libstdc++/82481 Suppress clang-tidy warnings
The 3 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 | 52 ++++++++++++++++++++++ libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 28 ++++++++---- libstdc++-v3/include/Makefile.am | 1 - libstdc++-v3/include/Makefile.in | 1 - libstdc++-v3/include/bits/c++17_warning.h | 37 --------------- libstdc++-v3/include/bits/string_view.tcc | 4 +- libstdc++-v3/include/experimental/bits/fs_path.h | 4 +- libstdc++-v3/include/std/any | 6 +-- libstdc++-v3/include/std/mutex | 10 ++++- libstdc++-v3/include/std/numeric | 5 ++- libstdc++-v3/include/std/optional | 8 ++-- libstdc++-v3/include/std/shared_mutex | 6 +-- libstdc++-v3/include/std/string_view | 6 +-- libstdc++-v3/include/std/variant | 6 +-- .../testsuite/20_util/optional/cons/value_neg.cc | 6 +-- libstdc++-v3/testsuite/26_numerics/gcd/1.cc | 4 +- libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 8 ++-- libstdc++-v3/testsuite/26_numerics/lcm/1.cc | 4 +- libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 8 ++-- .../scoped_lock/requirements/typedefs.cc | 2 +- .../experimental/filesystem/path/itr/traversal.cc | 19 ++++++++ 21 files changed, 137 insertions(+), 88 deletions(-) delete mode 100644 libstdc++-v3/include/bits/c++17_warning.h