This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Committed] S/390: Fix some testsuite fails


On 01/26/2012 01:27 PM, Jakub Jelinek wrote:
> On Thu, Jan 26, 2012 at 11:05:21AM +0100, Andreas Krebbel wrote:
>> *** gcc/testsuite/gfortran.dg/reassoc_4.f.orig
>> --- gcc/testsuite/gfortran.dg/reassoc_4.f
>> ***************
>> *** 1,6 ****
>> --- 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*-*-* } }
> 
> Better would be to use dg-additional-options here (both for s390 and spu).

Ok. Fixed.

-Andreas-


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]