This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249639 - in /trunk/gcc: ChangeLog doc/sourcebu...
- From: clyon at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 26 Jun 2017 09:25:55 -0000
- Subject: r249639 - in /trunk/gcc: ChangeLog doc/sourcebu...
Author: clyon
Date: Mon Jun 26 09:25:55 2017
New Revision: 249639
URL: https://gcc.gnu.org/viewcvs?rev=249639&root=gcc&view=rev
Log:
[ARM, testsuite] Add -mfloat-abi=hard to arm_neon_ok
2017-06-02 Christophe Lyon <christophe.lyon@linaro.org>
gcc/testsuite/
* lib/target-supports.exp
(check_effective_target_arm_neon_ok_nocache): Add flags with
-mfloat-abi=hard. Include arm_neon.h.
(check_effective_target_arm_neon_ok_no_float_abi_nocache): New.
(check_effective_target_arm_neon_ok_no_float_abi): New.
* gcc.target/arm/lto/pr65837_0.c: Require
arm_neon_ok_no_float_abi. Add -mfpu=neon to dg-lto-options.
* gcc.target/arm/lto/pr65837-attr_0.c: Require
arm_neon_ok_no_float_abi. Remove dg-suppress-ld-options.
gcc/
* doc/sourcebuild.texi (ARM-specific attributes): Document new
arm_neon_ok_no_float_abi effective target.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/doc/sourcebuild.texi
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.target/arm/lto/pr65837-attr_0.c
trunk/gcc/testsuite/gcc.target/arm/lto/pr65837_0.c
trunk/gcc/testsuite/lib/target-supports.exp