2019-09-15 Sandra Loosemore <sandra@codesourcery.com>
authorSandra Loosemore <sandra@codesourcery.com>
Sun, 15 Sep 2019 20:19:40 +0000 (16:19 -0400)
committerSandra Loosemore <sandra@gcc.gnu.org>
Sun, 15 Sep 2019 20:19:40 +0000 (16:19 -0400)
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

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 786e6a43b1ab95e6fb6f0820d508669525a1761b..7e10fb42d33cb9b207e6e9e5456a324b768bf00d 100644 (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
index f05a0930fbd9c79e9d3fde6dc4d93c28c7745e4e..6760e59594550dbd78d124236390cca50d68cd05 100644 (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)
        {