2013-11-13 Cesar Philippidis <cesar@codesourcery.com>

* lib/target-supports.exp
	    (check_effective_target_vect_cmdline_neeed): Add AArch64 to the list
	    of targets that do not need command line argument to enable SIMD.

From-SVN: r204745
This commit is contained in:
Cesar Philippidis 2013-11-13 06:18:31 -08:00 committed by Marcus Shawcroft
parent 2ee574ba56
commit 0cbe536ed8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-11-13 Cesar Philippidis <cesar@codesourcery.com>
* lib/target-supports.exp
(check_effective_target_vect_cmdline_neeed): Add AArch64 to the list
of targets that do not need command line argument to enable SIMD.
2013-11-13 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/guality/param-4.c: New test.

View File

@ -1995,7 +1995,8 @@ proc check_effective_target_vect_cmdline_needed { } {
|| [check_effective_target_powerpc_altivec]))
|| ([istarget sparc*-*-*] && [check_effective_target_sparc_vis])
|| [istarget spu-*-*]
|| ([istarget arm*-*-*] && [check_effective_target_arm_neon]) } {
|| ([istarget arm*-*-*] && [check_effective_target_arm_neon])
|| [istarget aarch64*-*-*] } {
set et_vect_cmdline_needed_saved 0
}
}