This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b5957b9212 PR c++/88692, c++/87882 - -Wredundant-move false positive [...] new a5b1332cae9 Fix location of __cpp_lib_erase_if macro new 0e8475b7163 2019-01-11 Steven G. Kargl kargl@gcc.gnu.org new 36496c4da54 P0972R0 <chrono> zero(), min(), and max() should be noexcept new f5480b8c1e5 P0357R3 reference_wrapper for incomplete types new 656ac8b7f78 Document C++20 library status
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: gcc/fortran/ChangeLog | 6 + gcc/fortran/decl.c | 16 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gfortran.dg/pr35031.f90 | 10 + libstdc++-v3/ChangeLog | 25 + libstdc++-v3/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/index.html | 4 +- libstdc++-v3/doc/html/manual/intro.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 389 +++++++- libstdc++-v3/doc/xml/manual/intro.xml | 4 + libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 50 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 980 +++++++++++++++++++++ libstdc++-v3/include/bits/refwrap.h | 9 + libstdc++-v3/include/std/chrono | 16 +- libstdc++-v3/include/std/version | 2 +- .../20_util/duration/requirements/noexcept.cc | 39 + .../nullptr.cc => reference_wrapper/incomplete.cc} | 35 +- .../20_util/time_point/requirements/noexcept.cc | 45 + 18 files changed, 1583 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr35031.f90 create mode 100644 libstdc++-v3/doc/xml/manual/status_cxx2020.xml create mode 100644 libstdc++-v3/testsuite/20_util/duration/requirements/noexcept.cc copy libstdc++-v3/testsuite/20_util/{hash/nullptr.cc => reference_wrapper/incomple [...] create mode 100644 libstdc++-v3/testsuite/20_util/time_point/requirements/noexcept.cc