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 41a72a744a9 libstdc++: Add new headers to <bits/stdc++.h> PCH adds db4ce4a3d7a s390: Add scheduler description for z16. adds 122a65e86ba testsuite/s390: Silence warning in pr80725.c adds ba2f60499dd simplify-rtx: Don't assume shift count has the same mode as [...] adds b209a349268 analyzer: fix ICE comparing VECTOR_CSTs [PR105252] adds 832fcbbc731 libstdc++: Fix incorrect IS number in doc comment adds 3fc22eedb03 libstdc++: Default to mutex-based atomics on RISC-V
No new revisions were added by this update.
Summary of changes: gcc/analyzer/svalue.cc | 13 +- gcc/config/s390/3931.md | 2562 ++++++++++++++++++++++++ gcc/config/s390/s390.cc | 29 +- gcc/config/s390/s390.h | 2 +- gcc/config/s390/s390.md | 5 +- gcc/simplify-rtx.cc | 24 +- gcc/testsuite/gcc.c-torture/compile/pr105247.c | 10 + gcc/testsuite/gcc.dg/analyzer/pr105252.c | 20 + gcc/testsuite/gcc.target/s390/pr80725.c | 2 +- libstdc++-v3/acinclude.m4 | 3 + libstdc++-v3/configure | 7 +- libstdc++-v3/doc/xml/manual/intro.xml | 2 +- 12 files changed, 2665 insertions(+), 14 deletions(-) create mode 100644 gcc/config/s390/3931.md create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr105247.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105252.c