This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/master-aarch64-check_bootstrap_lto in repository toolchain/ci/gcc.
from 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 [...] 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> new be093b8dcc9 OpenMP, Fortran: Bugfix for omp_set_num_teams.
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/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/ChangeLog | 15 ++++++ 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/ChangeLog | 38 +++++++++++++ gcc/testsuite/g++.dg/opt/pr96780.C | 38 +++++++++++++ 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/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/fortran.c | 2 +- libgomp/testsuite/libgomp.fortran/icv-8.f90 | 10 ++++ .../libgomp.oacc-c-c++-common/host_data-7.c | 6 +-- 32 files changed, 486 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr96780.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/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 create mode 100644 libgomp/testsuite/libgomp.fortran/icv-8.f90