]> git.ipfire.org Git - people/ms/gcc.git/commit
arm: Fix some testsuite fallout from r11-8168 [PR100067]
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 16 Apr 2021 10:58:17 +0000 (11:58 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Fri, 16 Apr 2021 10:58:17 +0000 (11:58 +0100)
commit69e7f04ff677d5e402f937b23422567c10243ee9
tree4e397902ab6e0a75df2e69d64d54e2a7ff83b212
parentb44ab138b7d4aaa5a9ee7956121ffc94777f6a42
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.
gcc/testsuite/g++.target/arm/arm.exp
gcc/testsuite/g++.target/arm/mve.exp
gcc/testsuite/gcc.target/arm/arm.exp
gcc/testsuite/gcc.target/arm/mve/mve.exp