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-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from 8c0ebaf9f58 ipa/104303 - miscompilation of gnatmake adds af3cadb59fe AArch64: fix ls64 intrinsics expansion [PR104409] adds 68163cc2de1 testsuite: delete slp scan from loop vect test. adds 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] adds e5453bcc217 tree-optimization/105198 - wrong code with predictive commoning adds 5522dec054c aarch64: PR target/105157 Increase number of cores TARGET_C [...]
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/config.gcc | 2 +- gcc/config/aarch64/aarch64-builtins.cc | 11 ++- gcc/config/aarch64/aarch64-c.cc | 2 + gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.cc | 14 ++- gcc/config/aarch64/aarch64.h | 8 +- gcc/config/aarch64/arm_acle.h | 2 + gcc/cp/ChangeLog | 38 ++++++++ gcc/cp/name-lookup.cc | 62 +++++-------- 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/gcc.dg/torture/pr105198.c | 26 ++++++ .../complex/fast-math-complex-add-pattern-float.c | 1 - gcc/testsuite/lib/target-supports.exp | 13 ++- gcc/tree-predcom.cc | 38 +++++++- gcc/tree-vect-generic.cc | 41 ++++++--- gcc/tree-vect-stmts.cc | 2 + libgcc/config/ia64/fde-glibc.c | 2 + libstdc++-v3/ChangeLog | 5 + 27 files changed, 503 insertions(+), 77 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 create mode 100644 gcc/testsuite/gcc.dg/torture/pr105198.c