r278804 - in /trunk/gcc/testsuite: ChangeLog gc...
clyon@gcc.gnu.org
clyon@gcc.gnu.org
Thu Nov 28 09:16:00 GMT 2019
Author: clyon
Date: Thu Nov 28 09:16:55 2019
New Revision: 278804
URL: https://gcc.gnu.org/viewcvs?rev=278804&root=gcc&view=rev
Log:
[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.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.target/arm/asm-flag-4.c
More information about the Gcc-cvs
mailing list