aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@gcc.gnu.org>2017-09-26 11:50:30 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2017-09-26 11:50:30 +0000
commit18b10d78d4344427e269e20f07117029daa52a97 (patch)
tree2650c3e81ece82af96b35b0b527ba6cc03677da2 /gcc
parent621e53705ae51337f78713a868ff3dd41f950422 (diff)
downloadgcc-18b10d78d4344427e269e20f07117029daa52a97.zip
gcc-18b10d78d4344427e269e20f07117029daa52a97.tar.gz
gcc-18b10d78d4344427e269e20f07117029daa52a97.tar.bz2
Fix changelog entry.
From-SVN: r253200
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog31
1 files changed, 30 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5beffb30f..5392755 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -5,7 +5,36 @@
2017-09-26 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
- * lib/target-supports.exp: Enable tests for S/390.
+ * lib/target-supports.exp (check_effective_target_vect_int)
+ (check_effective_target_vect_shift)
+ (check_effective_target_whole_vector_shift)
+ (check_effective_target_vect_shift_char)
+ (check_effective_target_vect_long)
+ (check_effective_target_vect_double)
+ (check_effective_target_vect_long_long)
+ (check_effective_target_vect_perm)
+ (check_effective_target_vect_perm_byte)
+ (check_effective_target_vect_perm_short)
+ (check_effective_target_vect_widen_mult_qi_to_hi)
+ (check_effective_target_vect_widen_mult_hi_to_si)
+ (check_effective_target_vect_widen_mult_qi_to_hi_pattern)
+ (check_effective_target_vect_widen_mult_hi_to_si_pattern)
+ (check_effective_target_vect_widen_mult_si_to_di_pattern)
+ (check_effective_target_vect_pack_trunc)
+ (check_effective_target_vect_unpack)
+ (check_effective_target_vect_hw_misalign)
+ (check_effective_target_vect_condition)
+ (check_effective_target_vect_cond_mixed)
+ (check_effective_target_vect_char_mult)
+ (check_effective_target_vect_short_mult)
+ (check_effective_target_vect_int_mult)
+ (check_effective_target_vect_extract_even_odd)
+ (check_effective_target_vect_interleave)
+ (check_effective_target_sqrt_insn)
+ (check_effective_target_vect_call_sqrtf): Return 1 for S/390 with
+ VX.
+ (check_vect_support_and_set_flags): New proc.
+ (check_effective_target_s390_vxe): Rename arch12 to z14.
2017-09-26 Richard Biener <rguenther@suse.de>