From: Andreas Krebbel Date: Tue, 19 May 2015 17:39:42 +0000 (+0000) Subject: S/390 vector types are only 8 byte aligned. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17521813e152860e7cfa5a5d0255cf2ca5e704be;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1b9a956e044..95ba693dcae 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,7 +1,17 @@ +2015-05-19 Andreas Krebbel + + * lib/target-supports.exp: Vector do not always have natural + alignment on s390*. + 2015-05-19 David Sherwood * gcc.dg/loop-invariant.c: New testcase. +2015-05-19 Andreas Krebbel + + * lib/target-supports.exp: Vector do not always have natural + alignment on s390*. + 2015-05-19 Andreas Krebbel * gcc.dg/tree-ssa/gen-vect-11b.c: Disable vector instructions on diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index e3f824a63ae..732f718829b 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -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 } }