This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6de9362acda ada: Follow-up fix for compilation issue with recent MinGW- [...] new 95504a2303f doc: Document arm_v8_1m_main_cde_mve_fp new 7199b591649 testsuite: Add _link flavor for several arm_arch* and arm* [...] new eca10aaa395 arm: Fix MVE intrinsics support with LTO (PR target/110268) new a3ad2301d2f GCSE: Export 'insert_insn_end_basic_block' as global function
The 4 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: gcc/config/arm/arm-builtins.cc | 11 ++- gcc/config/arm/arm-mve-builtins.cc | 61 +++++++------- gcc/config/arm/arm-protos.h | 1 + gcc/config/riscv/riscv-vsetvl.cc | 128 +----------------------------- gcc/doc/sourcebuild.texi | 8 +- gcc/gcse.cc | 29 ++++--- gcc/gcse.h | 1 + gcc/testsuite/gcc.target/arm/pr110268-1.c | 12 +++ gcc/testsuite/gcc.target/arm/pr110268-2.c | 23 ++++++ gcc/testsuite/lib/target-supports.exp | 27 +++++++ 10 files changed, 137 insertions(+), 164 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr110268-1.c create mode 100644 gcc/testsuite/gcc.target/arm/pr110268-2.c