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_ubsan in repository toolchain/ci/gcc.
from da24fce323e i386: Use no-mmx,no-sse for LIBGCC2_UNWIND_ATTRIBUTE [PR104890] adds 98afdc3e2bf riscv: Allow -Wno-psabi to turn off ABI warnings [PR91229] adds ffe9c0a0d35 c++: extraneous access error with ambiguous lookup [PR103177] adds b5baf569f77 rs6000: Fix invalid address passed to __builtin_mma_disasse [...] adds a58e342d886 analyzer: presize m_cluster_map in store copy ctor adds d1d95846e3c analyzer: add test coverage for PR 95000 adds 14d2ac82eed Daily bump. adds 088a51a0abb MAINTAINERS: Add myself to DCO section adds 570d5bff9af Don't fold __builtin_ia32_blendvpd w/o sse4.2. adds ab46fc7c3bf OpenACC privatization diagnostics vs. 'assert' [PR102841] adds 7690bee9f36 Some minor HONOR_NANS improvements to match.pd adds 6aef670e486 Performance/size improvement to single_use when matching GIMPLE. adds 952155629ca aarch64: Fix up RTL sharing bug in aarch64_load_symref_appr [...] new 818e305ea69 tree-optimization/104942: Retain sizetype conversions till the end
The 1 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: MAINTAINERS | 1 + gcc/ChangeLog | 40 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 4 +++ gcc/analyzer/store.cc | 3 +- gcc/config/aarch64/aarch64.cc | 2 +- gcc/config/i386/i386-builtin.def | 2 +- gcc/config/i386/i386.cc | 8 ++++- gcc/config/riscv/riscv.cc | 8 ++--- gcc/config/rs6000/predicates.md | 9 +++-- gcc/cp/ChangeLog | 15 ++++++++ gcc/cp/search.cc | 37 +++++++++----------- gcc/gimple-match-head.cc | 24 +++++++++++-- gcc/match.pd | 6 ++-- gcc/testsuite/ChangeLog | 38 ++++++++++++++++++++ gcc/testsuite/g++.dg/lookup/ambig6.C | 18 ++++++++++ gcc/testsuite/gcc.dg/analyzer/pr95000-1.c | 38 ++++++++++++++++++++ .../gcc.dg/builtin-dynamic-object-size-0.c | 22 ++++++++++++ gcc/testsuite/gcc.dg/pr104910.c | 14 ++++++++ gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c | 11 ++++++ gcc/testsuite/gcc.target/powerpc/pr104923.c | 21 ++++++++++++ gcc/tree-object-size.cc | 5 +-- .../libgomp.oacc-c-c++-common/host_data-7.c | 6 ++-- 23 files changed, 289 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/ambig6.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr95000-1.c create mode 100644 gcc/testsuite/gcc.dg/pr104910.c create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104923.c