gcc/testsuite/
* lib/target-supports.exp: Vector do not always have natural
alignment on s390*.
From-SVN: r223403
+2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
+
+ * lib/target-supports.exp: Vector do not always have natural
+ alignment on s390*.
+
2015-05-19 David Sherwood <david.sherwood@arm.com>
* gcc.dg/loop-invariant.c: New testcase.
+2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
+
+ * lib/target-supports.exp: Vector do not always have natural
+ alignment on s390*.
+
2015-05-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* gcc.dg/tree-ssa/gen-vect-11b.c: Disable vector instructions on
} else {
set et_vect_natural_alignment_saved 1
if { [check_effective_target_arm_eabi]
- || [istarget nvptx-*-*] } {
+ || [istarget nvptx-*-*]
+ || [istarget s390*-*-*] } {
set et_vect_natural_alignment_saved 0
}
}