gcc/testsuite
* lib/target-supports.exp (check_effective_target_vect_cond_mixed):
Add aarch64*-*-*.
From-SVN: r239329
+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.
} 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
}