[Testsuite] Support ARMv8.1 ARM tests.
authorMatthew Wahab <matthew.wahab@arm.com>
Wed, 16 Dec 2015 12:10:59 +0000 (12:10 +0000)
committerMatthew Wahab <mwahab@gcc.gnu.org>
Wed, 16 Dec 2015 12:10:59 +0000 (12:10 +0000)
commit07b140c2a2359a6abfb30a673e78477b2f739bbf
tree16907b279f1b9093339e57fefa208aa42675d412
parentc48083824abcf22864f846c1b735ef6318badd26
[Testsuite] Support ARMv8.1 ARM tests.

testsuite/
* lib/target-supports.exp (add_options_for_arm_v8_1a_neon): Update
comment.  Use check_effective_target_arm_v8_1a_neon_ok to select
the command line options.
(check_effective_target_arm_v8_1a_neon_ok_nocache): Update initial
test to allow ARM targets.  Select and record a working set of
command line options.
(check_effective_target_arm_v8_1a_neon_hw): Add tests for ARM
targets.

gcc/
* doc/sourcebuild.texi (ARM-specific attributes): Add
"arm_v8_1a_neon_ok" and "arm_v8_1a_neon_hw".

From-SVN: r231683
gcc/ChangeLog
gcc/doc/sourcebuild.texi
gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp