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 in repository toolchain/ci/gcc.
from efd1582926f c++: Fix up cp_parser_skip_to_pragma_eol [PR104623] adds 49fb0af9bf8 PR tree-optimization/101895: Fold VEC_PERM to help recognize FMA. adds 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386.h | 6 ++--- gcc/config/riscv/riscv.cc | 8 +++---- gcc/config/rs6000/predicates.md | 9 +++++-- gcc/cp/search.cc | 37 +++++++++++++---------------- gcc/match.pd | 21 ++++++++++++++-- gcc/testsuite/g++.dg/lookup/ambig6.C | 18 ++++++++++++++ gcc/testsuite/gcc.target/i386/pr101895.c | 11 +++++++++ gcc/testsuite/gcc.target/powerpc/pr104923.c | 21 ++++++++++++++++ 8 files changed, 99 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/ambig6.C create mode 100644 gcc/testsuite/gcc.target/i386/pr101895.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104923.c