Commit 41fb55fd by Sandra Loosemore Committed by Sandra Loosemore

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
parent e6e3aa01
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> 2019-09-15 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/91727 PR fortran/91727
......
...@@ -3909,7 +3909,7 @@ proc check_effective_target_arm_neon_fp16_hw { } { ...@@ -3909,7 +3909,7 @@ proc check_effective_target_arm_neon_fp16_hw { } {
return 0 return 0
} }
global et_arm_neon_fp16_flags global et_arm_neon_fp16_flags
check_runtime_nocache arm_neon_fp16_hw { check_runtime arm_neon_fp16_hw {
int int
main (int argc, char **argv) main (int argc, char **argv)
{ {
...@@ -4162,7 +4162,7 @@ proc check_effective_target_arm_fp16_hw { } { ...@@ -4162,7 +4162,7 @@ proc check_effective_target_arm_fp16_hw { } {
return 0 return 0
} }
global et_arm_fp16_flags global et_arm_fp16_flags
check_runtime_nocache arm_fp16_hw { check_runtime arm_fp16_hw {
int int
main (int argc, char **argv) main (int argc, char **argv)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment