This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 94d5c3a781c arm: Fix the mve multilib for the broken cmse support (pr99939). new d4eafcd3d3b arm: Fix polymorphic variants failing with undefined refere [...] new 85f85b7e62a arm: Fix multilib mapping for CDE extensions [PR100856].
The 2 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/common/config/arm/arm-common.c | 47 ++++++- gcc/config/arm/arm-cpus.in | 2 + gcc/config/arm/arm.h | 15 ++ gcc/config/arm/arm.opt | 6 + gcc/config/arm/arm_mve.h | 151 +++++++++++---------- gcc/config/arm/t-rmprofile | 25 +++- gcc/testsuite/gcc.target/arm/acle/pr100856.c | 10 ++ gcc/testsuite/gcc.target/arm/multilib.exp | 113 +++++++++++++++ .../gcc.target/arm/mve/intrinsics/pr101016.c | 136 +++++++++++++++++++ 9 files changed, 417 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/acle/pr100856.c create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/pr101016.c