[testsuite][arm] Fix asm-flag-[45].c tests
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 20 Nov 2019 09:31:10 +0000 (09:31 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Wed, 20 Nov 2019 09:31:10 +0000 (10:31 +0100)
commit8d8ae265dcabd1c864bdab7139558cc131a980d9
tree9e5aeafb3c83f312a3921143fc31bdd0c938b195
parent267d74329b28dbc442a88fdbd5109bb28af244d8
[testsuite][arm] Fix asm-flag-[45].c tests

In asm-flag-4.c, we need to use dg-message instead of dg-error because
we have to match "sorry, unimplemented:" rather than "error:".  In
asm-flag-5.c, fix the dg-error syntax.

2019-11-20  Christophe Lyon  <christophe.lyon@linaro.org>

* gcc.target/arm/asm-flag-4.c: Replace dg-error with dg-message.
* gcc.target/arm/asm-flag-5.c: Add quotes around dg-error
messages.

From-SVN: r278487
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/asm-flag-4.c
gcc/testsuite/gcc.target/arm/asm-flag-5.c