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 df00d10320c Daily bump. adds b789c44c646 tree-optimization/105175 - avoid -Wvector-operation-performance new cef03728234 libgcc: IA64: don't compile glibc-based unwinder without li [...] new 5e6597064b0 fold-const: Fix up make_range_step [PR105189] new 6e274368720 c: Error on va_arg with function type [PR105149]
The 3 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/c-typeck.cc | 6 +++++ gcc/fold-const.cc | 28 +++++++++++++++++++++- gcc/testsuite/g++.dg/torture/pr105189.C | 19 +++++++++++++++ gcc/testsuite/gcc.dg/pr105149.c | 16 +++++++++++++ gcc/testsuite/gcc.dg/pr105175.c | 16 +++++++++++++ gcc/tree-vect-generic.cc | 41 ++++++++++++++++++++++----------- gcc/tree-vect-stmts.cc | 2 ++ libgcc/config/ia64/fde-glibc.c | 2 ++ 8 files changed, 115 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr105189.C create mode 100644 gcc/testsuite/gcc.dg/pr105149.c create mode 100644 gcc/testsuite/gcc.dg/pr105175.c