reassoc_4.f: Use dg-additional-options.
2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * gfortran.dg/reassoc_4.f: Use dg-additional-options. From-SVN: r183570
This commit is contained in:
parent
089dacc5ee
commit
0c2f01020d
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* gfortran.dg/reassoc_4.f: Use dg-additional-options.
|
||||
|
||||
2012-01-26 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/51895
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-O3 -ffast-math -fdump-tree-reassoc1" }
|
||||
! { dg-options "-O3 -ffast-math -fdump-tree-reassoc1 --param max-completely-peel-times=16" { target spu-*-* } }
|
||||
! { dg-options "-O3 -ffast-math -fdump-tree-reassoc1 --param max-completely-peeled-insns=400" { target s390*-*-* } }
|
||||
! { dg-additional-options "--param max-completely-peel-times=16" { target spu-*-* } }
|
||||
! { dg-additional-options "--param max-completely-peeled-insns=400" { target s390*-*-* } }
|
||||
subroutine anisonl(w,vo,anisox,s,ii1,jj1,weight)
|
||||
integer ii1,jj1,i1,iii1,j1,jjj1,k1,l1,m1,n1
|
||||
real*8 w(3,3),vo(3,3),anisox(3,3,3,3),s(60,60),weight
|
||||
|
|
Loading…
Add table
Reference in a new issue