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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 7e7a96f774e c++: use after free during name lookup w/ modules [PR99479] adds 45fb78c9c45 Disable float128 tests on VxWorks, PR target/104253. adds 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] adds 04ecadbeae5 testsuite: Fix up 20050113-1.c test for i686-linux [PR105187]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 92 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 30 +++++++ gcc/c/c-typeck.cc | 6 ++ gcc/cp/ChangeLog | 38 +++++++++ gcc/fold-const.cc | 28 ++++++- gcc/testsuite/ChangeLog | 102 ++++++++++++++++++++++++ gcc/testsuite/c-c++-common/torture/20050113-1.c | 1 + gcc/testsuite/g++.dg/torture/pr105189.C | 19 +++++ gcc/testsuite/gcc.dg/pr105149.c | 16 ++++ gcc/testsuite/gcc.dg/pr105175.c | 16 ++++ gcc/testsuite/lib/target-supports.exp | 13 +-- gcc/tree-vect-generic.cc | 41 ++++++---- gcc/tree-vect-stmts.cc | 2 + libgcc/config/ia64/fde-glibc.c | 2 + libstdc++-v3/ChangeLog | 5 ++ 16 files changed, 392 insertions(+), 21 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