https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99939

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by SRINATH PARVATHANENI
<sripa...@gcc.gnu.org>:

https://gcc.gnu.org/g:0fd8e3ac9db8aed59db610b29d83a49b89a638c1

commit r10-9935-g0fd8e3ac9db8aed59db610b29d83a49b89a638c1
Author: Srinath Parvathaneni <srinath.parvathan...@arm.com>
Date:   Fri Jun 11 15:56:37 2021 +0100

    arm: Fix the mve multilib for the broken cmse support (pr99939).

    The current CMSE support in the multilib build for
    "-march=armv8.1-m.main+mve -mfloat-abi=hard -mfpu=auto" is broken
    as specified in PR99939 and this patch fixes the issue.

    gcc/testsuite/ChangeLog:

    2021-06-11  Srinath Parvathaneni  <srinath.parvathan...@arm.com>

            PR target/99939
            * gcc.target/arm/cmse/cmse-18.c: Add separate scan-assembler
            directives check for target is v8.1-m.main+mve or not before
            comparing the assembly output.
            * gcc.target/arm/cmse/cmse-20.c: New test.

    libgcc/ChangeLog:

    2021-06-11  Srinath Parvathaneni  <srinath.parvathan...@arm.com>

            PR target/99939
            * config/arm/cmse_nonsecure_call.S: Add __ARM_FEATURE_MVE
            macro.
            * config/arm/t-arm: To link cmse.o and cmse_nonsecure_call.o
            on passing -mcmse option.

    (cherry picked from commit c5ed0148347beea1bd34795de146adddd2454c36)

Reply via email to