This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 81f521a5aa6 PR libstdc++/70483 make std::experimental::string_view full [...] new a9e861088eb PR libstdc++/79433 no #error for including headers with wrong -std
The 1 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 | 32 +++++++++++++++++++ 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/std/any | 6 ++-- libstdc++-v3/include/std/mutex | 4 +-- 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 +- 19 files changed, 90 insertions(+), 86 deletions(-) delete mode 100644 libstdc++-v3/include/bits/c++17_warning.h