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 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 [...] adds 818e305ea69 tree-optimization/104942: Retain sizetype conversions till the end adds e55c5e24b97 c++: fold calls to std::move/forward [PR96780] adds 5809bb4f78c c++: further lookup_member simplification adds f6fb661ea8a tree-optimization/102008 - restore if-conversion of adjacent loads adds eb4f83d1f10 RISC-V: Handle combine extension in canonical ordering. adds 2a5fabeb2fa RISC-V: Add version info for zk, zkn and zks adds 3117ffce4c1 x86: Also check _SOFT_FLOAT in <x86gprintrin.h>
No new revisions were added by this update.
Summary of changes: gcc/c-family/c.opt | 4 ++ gcc/common/config/riscv/riscv-common.cc | 60 +++++++++++++++++++++ gcc/config/aarch64/aarch64.cc | 2 +- gcc/config/i386/i386-builtin.def | 2 +- gcc/config/i386/i386.cc | 8 ++- gcc/config/i386/x86gprintrin.h | 2 +- gcc/config/riscv/riscv-subset.h | 1 + gcc/cp/cp-gimplify.cc | 38 ++++++++++++- gcc/cp/search.cc | 32 +++++------ gcc/doc/invoke.texi | 10 ++++ gcc/gimple-match-head.cc | 24 +++++++-- gcc/match.pd | 6 +-- gcc/passes.def | 2 +- gcc/testsuite/g++.dg/opt/pr96780.C | 38 +++++++++++++ .../gcc.dg/builtin-dynamic-object-size-0.c | 22 ++++++++ gcc/testsuite/gcc.dg/pr104910.c | 14 +++++ gcc/testsuite/gcc.target/aarch64/pr102008.c | 13 +++++ gcc/testsuite/gcc.target/i386/pr104890.c | 11 ++++ gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c | 11 ++++ gcc/testsuite/gcc.target/riscv/predef-17.c | 63 ++++++++++++++++++++++ gcc/tree-object-size.cc | 5 +- .../libgomp.oacc-c-c++-common/host_data-7.c | 6 +-- 22 files changed, 336 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr96780.C create mode 100644 gcc/testsuite/gcc.dg/pr104910.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr102008.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104890.c create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c create mode 100644 gcc/testsuite/gcc.target/riscv/predef-17.c