This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from ef7b8976b91 rtl-optimization/105577 - testcase for the PR adds adace789117 Move code_helper to tree.h adds 6f5b06032eb Finish gimple_build API enhancement adds 64648821f15 libstdc++: Fix status docs for <bit> support adds 43618673448 libstdc++: Add C++23 status docs adds 8414dad54a8 libstdc++: Update C++23 status docs adds 682e587f102 libstdc++: Fix hyperlink in docs
No new revisions were added by this update.
Summary of changes: gcc/gimple-fold.cc | 232 +++++----- gcc/gimple-fold.h | 145 ++++++- gcc/gimple-match.h | 75 ---- gcc/tree.h | 49 +++ 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/setup.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 233 +++++++++- libstdc++-v3/doc/xml/manual/intro.xml | 10 +- libstdc++-v3/doc/xml/manual/prerequisites.xml | 3 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 18 +- libstdc++-v3/doc/xml/manual/status_cxx2023.xml | 573 +++++++++++++++++++++++++ 13 files changed, 1118 insertions(+), 230 deletions(-) create mode 100644 libstdc++-v3/doc/xml/manual/status_cxx2023.xml