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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Earnshaw <rearn...@gcc.gnu.org>:

https://gcc.gnu.org/g:69e7f04ff677d5e402f937b23422567c10243ee9

commit r11-8212-g69e7f04ff677d5e402f937b23422567c10243ee9
Author: Richard Earnshaw <rearn...@arm.com>
Date:   Fri Apr 16 11:58:17 2021 +0100

    arm: Fix some testsuite fallout from r11-8168 [PR100067]

    Commit r11-8168 changed the word ordering of a warning in order to
    make the text more consistent.  Unfortunately, it neglected to update
    some filters in the testsuite that are intended to strip such warnings
    when we try to partially override the user-supplied command-line
    options.

    This patch rectifies this and also fixes some patterns that were
    incorrectly specified in the first place.

    gcc/testsuite:

            PR target/100067
            * g++.target/arm/arm.exp (dg_runtest_extra_prunes): Update prune
            template.
            * gcc.target/arm/arm.exp (dg_runtest_extra_prunes): Likewise.
            * g++.target/arm/mve.exp (dg_runtest_extra_prunes): Likewise.  Fix
            missing quotes around switch names.
            * gcc.target/arm/mve/mve.exp: (dg_runtest_extra_prunes): Likewise.

Reply via email to