target-supports.exp (check_effective_target_vect_cond_mixed): Add aarch64*-*-*.
authorBin Cheng <bin.cheng@arm.com>
Wed, 10 Aug 2016 15:45:25 +0000 (15:45 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Wed, 10 Aug 2016 15:45:25 +0000 (15:45 +0000)
gcc/testsuite
* lib/target-supports.exp (check_effective_target_vect_cond_mixed):
Add aarch64*-*-*.

From-SVN: r239329

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

index 9249cc4f100a45c68e0415782981ea46647017f4..2b3eb82199946bf8d9f40d3f3222bfe21011e371 100644 (file)
@@ -1,3 +1,8 @@
+2016-08-10  Bin Cheng  <bin.cheng@arm.com>
+
+       * lib/target-supports.exp (check_effective_target_vect_cond_mixed):
+       Add aarch64*-*-*.
+
 2016-08-10  Bin Cheng  <bin.cheng@arm.com>
 
        * gcc.target/aarch64/simd/vcond-ne.c: New test.
index 9c5194d0d9a29249d3809871ca19baf553c25a68..fc386b62f2a5cbd30e8bce9d51b26aec317d4631 100644 (file)
@@ -5402,6 +5402,7 @@ proc check_effective_target_vect_cond_mixed { } {
     } else {
        set et_vect_cond_mixed_saved($et_index) 0
        if { [istarget i?86-*-*] || [istarget x86_64-*-*]
+            || [istarget aarch64*-*-*]
             || [istarget powerpc*-*-*] } {
           set et_vect_cond_mixed_saved($et_index) 1
        }