This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from ae117af4394 [gimplefe] Add vector_mask attribute to get access to vector bools adds cc68ad87014 analyzer: ignore uninitialized uses of empty types [PR104274] adds 274a4d29421 [PR104400] LRA: Modify exclude start hard register calculat [...] new b56ad95854f middle-end: Small __builtin_clear_padding improvements new 9355a8c3588 match.pd: Fix up (X & Y) CMP 0 -> X CMP2 ~Y simplifications [...]
The 2 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/analyzer/region-model.cc | 10 +++++- gcc/gimple-fold.cc | 10 +++--- gcc/gimplify.cc | 19 ++++------ gcc/lra-constraints.cc | 10 ++++-- gcc/match.pd | 2 +- gcc/testsuite/gcc.c-torture/compile/pr104499.c | 11 ++++++ .../gcc.dg/analyzer/torture/empty-struct-1.c | 18 ++++++++++ gcc/testsuite/gcc.target/v850/pr104400.c | 8 +++++ gcc/testsuite/gcc.target/v850/v850.exp | 41 ++++++++++++++++++++++ gcc/tree.cc | 2 +- 10 files changed, 108 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr104499.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/empty-struct-1.c create mode 100644 gcc/testsuite/gcc.target/v850/pr104400.c create mode 100644 gcc/testsuite/gcc.target/v850/v850.exp