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:
parent
315a349c27
commit
17521813e1
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue