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
+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
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)
{
return 0
}
global et_arm_fp16_flags
- check_runtime_nocache arm_fp16_hw {
+ check_runtime arm_fp16_hw {
int
main (int argc, char **argv)
{