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-arm-bootstrap in repository toolchain/ci/gcc.
from b90e43dbbb2 [Ada] Fix fallout of change in equality for untagged record types adds cc7cd8d57ca Do not use DW_OP_not for TRUTH_NOT_EXPR in conditional expressions adds 8ab53e65a60 opts-global.cc: document last change adds 6230911cb91 ipa/105598 - testcase for PR105598 adds 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/dwarf2out.cc | 17 + gcc/gimple-fold.cc | 232 +++++----- gcc/gimple-fold.h | 145 ++++++- gcc/gimple-match.h | 75 ---- gcc/opts-global.cc | 2 + gcc/testsuite/g++.dg/torture/pr105577.C | 156 +++++++ gcc/testsuite/gcc.dg/torture/pr105598.c | 32 ++ 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 +++++++++++++++++++++++++ 17 files changed, 1325 insertions(+), 230 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr105577.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr105598.c create mode 100644 libstdc++-v3/doc/xml/manual/status_cxx2023.xml