From: Jakub Jelinek Date: Mon, 3 Dec 2012 15:18:49 +0000 (+0100) Subject: re PR testsuite/55452 (gfortran.dg/reassoc_4.f -O scan-tree-dump-times reassoc1) X-Git-Tag: upstream/12.2.0~72420 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc1f4a3020b278ab31c8c77feb7375719e88f013;p=platform%2Fupstream%2Fgcc.git re PR testsuite/55452 (gfortran.dg/reassoc_4.f -O scan-tree-dump-times reassoc1) PR testsuite/55452 * gfortran.dg/reassoc_4.f: Use --param max-completely-peeled-insns=400 on all targets, not just s390*. From-SVN: r194095 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f4b2512..550d459 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-12-03 Jakub Jelinek + + PR testsuite/55452 + * gfortran.dg/reassoc_4.f: Use --param max-completely-peeled-insns=400 + on all targets, not just s390*. + 2012-12-03 Marek Polacek PR c/55570 diff --git a/gcc/testsuite/gfortran.dg/reassoc_4.f b/gcc/testsuite/gfortran.dg/reassoc_4.f index bc3d985..a6d5fa5 100644 --- a/gcc/testsuite/gfortran.dg/reassoc_4.f +++ b/gcc/testsuite/gfortran.dg/reassoc_4.f @@ -1,7 +1,6 @@ ! { dg-do compile } -! { dg-options "-O3 -ffast-math -fdump-tree-reassoc1" } +! { dg-options "-O3 -ffast-math -fdump-tree-reassoc1 --param max-completely-peeled-insns=400" } ! { 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