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 976196b3332 Daily bump. adds 53b2a1a5d6f Add myself for write after approval adds 33981253cdf i386: Add AVX512BW to AVX512F in MASK_ISA2 adds 618bac5b486 if-to-switch: properly allow side effects only for first condition adds 9701432ff79 tree-optimization/106131 - wrong code with FRE rewriting adds 51debf7f857 lto: pass -pthread to AM_LDFLAGS [PR 106118] adds 90129d39ca0 Amend fix for PR middle-end/105874 adds e8a46e5cdab Double word logical operation clean-ups in i386.md. adds 17419b61edd PR target/106122: Don't update %esp via the stack with -Oz on x86. adds e52592073f6 wide-int: Fix up wi::shifted_mask [PR106144] new 9a33a3e2f75 Revert "testsuite/102690: Only check warning for lp64 in Wa [...] new e0466d32eb3 Enable some features for RTEMS in libstdc++ new e2d2a8ff4f0 [Committed] Add constraints to new andn<dwi>_doubleword_bmi [...] new 7780dc5b2d0 gcn: Remove useless register keyword
The 4 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: MAINTAINERS | 1 + gcc/common/config/i386/i386-common.cc | 5 +- gcc/config/gcn/gcn-protos.h | 2 +- gcc/config/i386/i386.md | 204 +- gcc/expr.cc | 77 +- gcc/gimple-if-to-switch.cc | 20 +- gcc/testsuite/g++.dg/torture/pr106131.C | 34 + gcc/testsuite/g++.dg/warn/Warray-bounds-16.C | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr106126.c | 12 + gcc/testsuite/gcc.target/i386/pr106122.c | 15 + gcc/tree-ssa-sccvn.cc | 16 +- gcc/wide-int.cc | 13 +- libstdc++-v3/configure | 6012 +------------------------- libstdc++-v3/configure.ac | 25 + libstdc++-v3/crossconfig.m4 | 6 - lto-plugin/Makefile.am | 3 +- lto-plugin/Makefile.in | 3 +- lto-plugin/configure | 7 +- lto-plugin/configure.ac | 3 - 19 files changed, 310 insertions(+), 6150 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr106131.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr106126.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106122.c