This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 301dc6011cb expand: Add new clrsb fallback expansion [PR101950] adds c8a1cf1a7a8 libstdc++: Tweak whitespace adds 65441d8fc3c libstdc++: Improve overflow check for file timestamps adds 30b300de8eb libstdc++: Improve doxygen docs for smart pointers adds 926d4a71c7e libstdc++: Document P1739R4 status [PR100139] adds 0187e0d7360 libstdc++: Fix move construction of std::tuple with array e [...] adds 0c0907f9915 Fix PR number for r12-2991 in ChangeLogs adds 4285ca3e1c4 c++: Fix PR number in testcase [PR101803] adds 85a70959500 libstdc++: Don't check always-true condition [PR101965] adds 778044ccf59 libstdc++: Update Doxygen config template to Doxygen 1.9.2 adds c5e0f954aef libstdc++: Move status table entry to be with other ranges papers adds 07b4100683e Define STAGE1_LIBS to link against libcl.a in stage1 on hpux. new 18e9e7db7af Drop stabs from h8/300 and v850 ports
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: gcc/ada/gcc-interface/Make-lang.in | 4 ++ gcc/config.gcc | 12 ++-- gcc/config/v850/v850.h | 3 - gcc/cp/ChangeLog | 2 +- gcc/cp/cp-tree.h | 4 +- gcc/testsuite/ChangeLog | 2 +- .../g++.dg/cpp2a/class-deduction-aggr12.C | 2 +- libstdc++-v3/doc/doxygen/user.cfg.in | 75 ++-------------------- libstdc++-v3/doc/html/manual/status.html | 5 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 10 +++ libstdc++-v3/include/bits/shared_ptr.h | 20 +++++- libstdc++-v3/include/bits/stl_tree.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 2 + libstdc++-v3/include/std/charconv | 6 +- libstdc++-v3/include/std/tuple | 6 +- libstdc++-v3/src/filesystem/ops-common.h | 2 +- .../testsuite/20_util/tuple/cons/101960.cc | 4 ++ 17 files changed, 67 insertions(+), 94 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/101960.cc