]> git.ipfire.org Git - thirdparty/gcc.git/commit
[testsuite][arm] Update warning prune regex
authormatmal01 <matmal01@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Apr 2019 13:15:52 +0000 (13:15 +0000)
committermatmal01 <matmal01@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Apr 2019 13:15:52 +0000 (13:15 +0000)
commit9b308bad7c3a4f7c40b7dc7a28963e5675d7cd58
tree4290ef7f010f999704d3c750d5b5be2f9ea20d89
parenta32720fa634af5a8c6ff82b20f407c45a1dcad0b
[testsuite][arm] Update warning prune regex

r269586 changed the format of some warning messages.

Each switch in the warning message is now surrounded by single quotes.

This commit updates the regex's in arm.exp dejagnu files to match the
new format and remove the extra 20+ FAILs on excess errors that are
introduced on certain variations (e.g.
arm-eabi-aem/-marm/-march=armv7-a/-mfpu=vfpv3-d16/-mfloat-abi=softfp).

Regtested arm.exp with cross-compiler arm-none-eabi

gcc/testsuite/ChangeLog:

2019-04-12  Matthew Malcomson  <matthew.malcomson@arm.com>

* g++.target/arm/arm.exp: Change format of default prune regex.
* gcc.target/arm/arm.exp: Change format of default prune regex.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270316 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/g++.target/arm/arm.exp
gcc/testsuite/gcc.target/arm/arm.exp