[ARM] revert changes on check_effective_target_arm_*_ok
authorJiong Wang <jiong.wang@arm.com>
Fri, 24 Oct 2014 12:06:37 +0000 (12:06 +0000)
committerJiong Wang <jiwang@gcc.gnu.org>
Fri, 24 Oct 2014 12:06:37 +0000 (12:06 +0000)
  gcc/testsuite/
    * lib/target-supports.exp
    (check_effective_target_arm_crypto_ok_nocache): Remove declaration for
    vaeseq_u8.
    (check_effective_target_arm_neon_fp16_ok_nocache): Remove declaration for
    vcvt_f16_f32.
    (check_effective_target_arm_neonv2_ok_nocache): Remove declaration for
    vfma_f32.

From-SVN: r216663

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

index 7ac146110f45a05684dd4adc6931dd57afa6f1cd..3b35375affdb612ff9a2c6a006979194711dea14 100644 (file)
@@ -1,3 +1,13 @@
+2014-10-24  Jiong Wang  <jiong.wang@arm.com>
+
+       * lib/target-supports.exp
+       (check_effective_target_arm_crypto_ok_nocache): Remove declaration for
+       vaeseq_u8.
+       (check_effective_target_arm_neon_fp16_ok_nocache): Remove declaration
+       for vcvt_f16_f32.
+       (check_effective_target_arm_neonv2_ok_nocache): Remove declaration for
+       vfma_f32.
+
 2014-10-24  Martin Liska  <mliska@suse.cz>
 
        * gcc.dg/ipa/pr63595.c: New test.
index 91460c200c085a078a4c71f0de2ce39c451fe762..4398345eb8a55f2344798ab8a1f809f162477d0b 100644 (file)
@@ -2404,7 +2404,6 @@ proc check_effective_target_arm_crypto_ok_nocache { } {
        foreach flags {"" "-mfloat-abi=softfp" "-mfpu=crypto-neon-fp-armv8" "-mfpu=crypto-neon-fp-armv8 -mfloat-abi=softfp"} {
            if { [check_no_compiler_messages_nocache arm_crypto_ok object {
                #include "arm_neon.h"
-               extern uint8x16_t vaeseq_u8 (uint8x16_t, uint8x16_t);
                uint8x16_t
                foo (uint8x16_t a, uint8x16_t b)
                {
@@ -2549,7 +2548,6 @@ proc check_effective_target_arm_neon_fp16_ok_nocache { } {
                       "-mfpu=neon-fp16 -mfloat-abi=softfp"} {
            if { [check_no_compiler_messages_nocache arm_neon_fp_16_ok object {
                #include "arm_neon.h"
-               extern float16x4_t vcvt_f16_f32 (float32x4_t);
                float16x4_t
                foo (float32x4_t arg)
                {
@@ -2625,7 +2623,6 @@ proc check_effective_target_arm_neonv2_ok_nocache { } {
        foreach flags {"" "-mfloat-abi=softfp" "-mfpu=neon-vfpv4" "-mfpu=neon-vfpv4 -mfloat-abi=softfp"} {
            if { [check_no_compiler_messages_nocache arm_neonv2_ok object {
                #include "arm_neon.h"
-               extern float32x2_t vfma_f32 (float32x2_t, float32x2_t, float32x2_t);
                float32x2_t 
                foo (float32x2_t a, float32x2_t b, float32x2_t c)
                 {