This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8011f718e24 libstdc++: Fix tests that fail for C++98 new 5f9669d9e23 c++: Use error_at rather than warning_at for missing return [...] new 6f00ccbad3d libstdc++: Fix and improve std::vector<bool> implementation. new d1da25fe991 libstdc++: ParallelSTL is now part of oneAPI DPC++ Library new 9fa4023c7aa RISC-V/libgcc: Reduce the size of RV64 millicode by 6 bytes new 48cc2e468cc Daily bump. new d242fdaec18 gcc.dg/loop-8.c: Skip for mmix.
The 6 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/ChangeLog | 88 ++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 14 + gcc/c/ChangeLog | 6 + gcc/cp/ChangeLog | 40 ++ gcc/cp/decl.c | 83 ++-- gcc/d/ChangeLog | 6 + gcc/testsuite/ChangeLog | 131 ++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-96182.C | 6 + gcc/testsuite/g++.dg/cpp1y/constexpr-return2.C | 1 + gcc/testsuite/g++.dg/cpp1y/pr63996.C | 1 + gcc/testsuite/g++.dg/cpp1y/var-templ44.C | 1 + gcc/testsuite/g++.dg/other/error35.C | 2 +- gcc/testsuite/gcc.dg/loop-8.c | 2 +- libgcc/ChangeLog | 14 + libgcc/config/riscv/save-restore.S | 13 +- libstdc++-v3/ChangeLog | 489 +++++++++++++++++++++ libstdc++-v3/doc/html/manual/status.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +- libstdc++-v3/include/bits/stl_bvector.h | 140 +++--- libstdc++-v3/python/libstdcxx/v6/printers.py | 5 +- .../23_containers/vector/bool/allocator/swap.cc | 22 +- .../vector/bool/cons/noexcept_move_construct.cc | 32 +- 23 files changed, 984 insertions(+), 118 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-96182.C