This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 81e07d422c5 libphobos: Remove GDCFLAGSX variable from configure scripts. new d76925e46fa libstdc++: Support arrays in std::is_nothrow_constructible [...] new 57ede05c6a0 libstdc++: Improve C++14 and C++17 status docs
The 2 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: gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cpp2a/paren-init24.C | 6 +- libstdc++-v3/ChangeLog | 19 + libstdc++-v3/doc/Makefile.am | 2 + libstdc++-v3/doc/Makefile.in | 2 + libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 246 ++- libstdc++-v3/doc/xml/manual/status_cxx1998.xml | 8 +- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 61 +- libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 1570 ++++++++++++++-- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 1867 +++++++++++++++++++- libstdc++-v3/include/std/type_traits | 12 + .../is_nothrow_constructible/value_c++20.cc | 69 + 13 files changed, 3602 insertions(+), 267 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/is_nothrow_constructible/value_c++20.cc