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:
parent
65cca5de63
commit
732b7729a7
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user