S/390 vector types are only 8 byte aligned.

gcc/testsuite/
	* lib/target-supports.exp: Vector do not always have natural
          alignment on s390*.

From-SVN: r223403
This commit is contained in:
Andreas Krebbel 2015-05-19 17:39:42 +00:00 committed by Andreas Krebbel
parent 315a349c27
commit 17521813e1
2 changed files with 12 additions and 1 deletions

View file

@ -1,7 +1,17 @@
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

View file

@ -4350,7 +4350,8 @@ proc check_effective_target_vect_natural_alignment { } {
} 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
}
}