This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from df00d10320c Daily bump. adds b789c44c646 tree-optimization/105175 - avoid -Wvector-operation-performance adds cef03728234 libgcc: IA64: don't compile glibc-based unwinder without li [...] adds 5e6597064b0 fold-const: Fix up make_range_step [PR105189] adds 6e274368720 c: Error on va_arg with function type [PR105149]
No new revisions were added by this update.
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