re PR fortran/32380 (misaligned stores don't get vectorized)

PR fortran/32380
	* gfortran.dg/vect/pr32380.f: Use dg-additional-options instead
	of dg-options.

From-SVN: r184043
This commit is contained in:
Jakub Jelinek 2012-02-09 13:13:18 +01:00 committed by Jakub Jelinek
parent 65cca5de63
commit 732b7729a7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-02-09 Jakub Jelinek <jakub@redhat.com>
PR fortran/32380
* gfortran.dg/vect/pr32380.f: Use dg-additional-options instead
of dg-options.
2012-02-09 Bin Cheng <bin.cheng@arm.com>
PR middle-end/51867

View File

@ -1,6 +1,6 @@
! { dg-do compile }
! { dg-require-effective-target vect_float }
! { dg-options "-O3 -fcray-pointer -ftree-vectorize -fdump-tree-vect-stats" }
! { dg-additional-options "-O3 -fcray-pointer" }
! PR 32380 - loops were not vectorized due to unaligned store.
subroutine trnfbt(e,f,qs,mte,gm,ihgenf,hgener,lft,llt,sthick,
. fibl,istupd,ies,hoff)