2019-09-15 Sandra Loosemore <sandra@codesourcery.com>

gcc/testsuite/
	* lib/target-supports.exp
	(check_effective_target_arm_neon_fp16_hw)
	(check_effective_target_arm_fp16_hw): Use check_runtime
	instead of check_runtime_nocache.

From-SVN: r275735
This commit is contained in:
Sandra Loosemore 2019-09-15 16:19:40 -04:00 committed by Sandra Loosemore
parent e6e3aa01aa
commit 41fb55fd5c
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2019-09-15 Sandra Loosemore <sandra@codesourcery.com>
* lib/target-supports.exp
(check_effective_target_arm_neon_fp16_hw)
(check_effective_target_arm_fp16_hw): Use check_runtime
instead of check_runtime_nocache.
2019-09-15 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/91727

View File

@ -3909,7 +3909,7 @@ proc check_effective_target_arm_neon_fp16_hw { } {
return 0
}
global et_arm_neon_fp16_flags
check_runtime_nocache arm_neon_fp16_hw {
check_runtime arm_neon_fp16_hw {
int
main (int argc, char **argv)
{
@ -4162,7 +4162,7 @@ proc check_effective_target_arm_fp16_hw { } {
return 0
}
global et_arm_fp16_flags
check_runtime_nocache arm_fp16_hw {
check_runtime arm_fp16_hw {
int
main (int argc, char **argv)
{