[testsuite][arm] Force use of -mfloat-abi=softfp in asm-flag-4.c
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 28 Nov 2019 09:16:55 +0000 (09:16 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Thu, 28 Nov 2019 09:16:55 +0000 (10:16 +0100)
commitd68f5edfaf04b5efb4b1c3eb2f016f6713357b10
treebe2fee69f46e875ba6735ba86802532cf7027477
parent79d2e61495d84a2fed4fce6ff7dacfe19a8b99ca
[testsuite][arm] Force use of -mfloat-abi=softfp in asm-flag-4.c

The asm-flag-4.c test forces the generation of Thumb code for armv4t,
which is not supported when using the 'hard' FP ABI. This patch
ensures the test uses -mfloat-abi=softfp safely, to avoid irrelevant
failures.

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

* gcc.target/arm/asm-flag-4.c: Use -mfloat-abi=softfp.

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