Commit 0c2f0102 by Andreas Krebbel Committed by Andreas Krebbel

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
parent 089dacc5
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
......
! { 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment