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-Tag: upstream/12.2.0~54849 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17521813e152860e7cfa5a5d0255cf2ca5e704be;p=platform%2Fupstream%2Fgcc.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 1b9a956..95ba693 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,9 +1,19 @@ +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 s390*. * gcc.dg/tree-ssa/gen-vect-11c.c: Likewise. diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index e3f824a..732f718 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 } }