This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 49b41ca3d01 libstdc++: Remove unused helpers for std::variant new 9ea29759feb arm: Fix polymorphic variants failing with undefined refere [...] new e5384e74663 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