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_debug in repository toolchain/ci/gcc.
from cd093ee4685 Add myself as AutoFDO maintainer adds 4ad52740ba0 Daily bump. adds ffe4f55aa1b [RSIC-V] Fix 32bit riscv with zbs extension enabled adds 4574dad43f7 rs6000: Correct return value of check_p9modulo_hw_available. adds 36bc2a8f24f tree-optimization/106533 - loop distribution of inner loop of nest adds 47964e76627 Inline unsupported_range constructor. adds 6ca948264d6 backthreader dump fix adds 1878ab3650d middle-end: Guard value_replacement and store_elim from see [...] adds 29fc5075d7e libstdc++: Implement <experimental/scope> from LFTSv3 adds 58a644cfdee libstdc++: Add feature test macro for <experimental/scope> adds cc01a27db54 middle-end: Allow backend to expand/split double word compa [...] new e1a9168153d New warning: -Wanalyzer-jump-through-null [PR105947]
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: ChangeLog | 4 + gcc/ChangeLog | 39 ++ gcc/DATESTAMP | 2 +- gcc/analyzer/analyzer.opt | 4 + gcc/analyzer/engine.cc | 49 ++ gcc/config/riscv/predicates.md | 2 +- gcc/doc/invoke.texi | 12 + gcc/expmed.cc | 111 ++--- gcc/testsuite/ChangeLog | 20 + gcc/testsuite/gcc.dg/analyzer/function-ptr-5.c | 42 ++ gcc/testsuite/gcc.dg/tree-ssa/ldist-39.c | 16 + gcc/testsuite/lib/target-supports.exp | 2 +- gcc/tree-loop-distribution.cc | 2 +- gcc/tree-ssa-phiopt.cc | 4 +- gcc/tree-ssa-threadbackward.cc | 8 +- gcc/value-range.cc | 6 - gcc/value-range.h | 10 +- libstdc++-v3/ChangeLog | 59 +++ libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/experimental/scope | 497 +++++++++++++++++++++ .../testsuite/experimental/scopeguard/exit.cc | 300 +++++++++++++ .../testsuite/experimental/scopeguard/uniqueres.cc | 366 +++++++++++++++ 23 files changed, 1484 insertions(+), 73 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/function-ptr-5.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ldist-39.c create mode 100644 libstdc++-v3/include/experimental/scope create mode 100644 libstdc++-v3/testsuite/experimental/scopeguard/exit.cc create mode 100644 libstdc++-v3/testsuite/experimental/scopeguard/uniqueres.cc