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 3183acc8e04 compiler: check repeated const expressions in new scope adds e3a5c77388a libgccjit: Fix bug where unary_op will return an integer ty [...] adds ce600bc4643 Daily bump. adds e484755aecd target: Fix asm generation for AVX builtins when using -mas [...] adds 918ccccbb0e Don't use gori dependencies to optimize. adds 0f6eef39804 testsuite/102690: Only check warning for lp64 in Warray-bou [...] adds 1e6ff6993c9 MAINTAINERS: Add myself for write after approval adds aa1ae74711b Revert "MAINTAINERS: Add myself for write after approval"
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 32 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/sse.md | 10 +-- gcc/cp/ChangeLog | 9 +++ gcc/d/ChangeLog | 47 ++++++++++++ gcc/fortran/ChangeLog | 8 ++ gcc/gimple-range-fold.cc | 30 ++++---- gcc/jit/ChangeLog | 14 ++++ gcc/jit/jit-playback.cc | 3 +- gcc/testsuite/ChangeLog | 49 ++++++++++++ gcc/testsuite/g++.dg/warn/Warray-bounds-16.C | 2 +- gcc/testsuite/gcc.dg/pr106114.c | 14 ++++ gcc/testsuite/gcc.target/i386/pr106095.c | 47 ++++++++++++ gcc/testsuite/jit.dg/test-asm.cc | 1 + .../jit.dg/test-pr105812-bool-operations.c | 89 ++++++++++++++++++++++ libgfortran/ChangeLog | 24 ++++++ libphobos/ChangeLog | 6 ++ 17 files changed, 366 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106114.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106095.c create mode 100644 gcc/testsuite/jit.dg/test-pr105812-bool-operations.c