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 d458c53a6f3 PR rtl-optimization/96692: ((A|B)^C)^A using andn with -mbm [...] adds 02e2e15ec4b UNSPEC_PALIGNR optimizations and clean-ups on x86. adds c73e8d45ca0 Doubleword version of and;cmp to not;test optimization on x86. adds 1d2aa262482 Provide a relation verification mechanism. adds 543828e79bf c-family: Prevent -Wformat warnings with u8 strings [PR105626] new bd2d0aab4d2 libstdc++: testsuite: why cast getpid result
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/c-family/c-format.cc | 3 +- gcc/config/i386/i386-builtin.def | 2 +- gcc/config/i386/i386-expand.cc | 8 +-- gcc/config/i386/i386.cc | 13 +++++ gcc/config/i386/i386.md | 22 +++++++- gcc/config/i386/sse.md | 37 +++++++++---- gcc/testsuite/g++.dg/warn/Wformat-char8_t-1.C | 10 ++++ gcc/testsuite/gcc.target/i386/ssse3-palignr-2.c | 21 ++++++++ gcc/testsuite/gcc.target/i386/testnot-3.c | 9 ++++ gcc/value-relation.cc | 70 ++++++++++++++++++++++++- gcc/value-relation.h | 10 ++-- libstdc++-v3/testsuite/util/testsuite_fs.h | 3 +- 12 files changed, 184 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wformat-char8_t-1.C create mode 100644 gcc/testsuite/gcc.target/i386/ssse3-palignr-2.c create mode 100644 gcc/testsuite/gcc.target/i386/testnot-3.c