[patch, testsuite] Fix gfortran.dg/vect/fast-math-pr38968.f90 timeout.

Tobias Burnus burnus@net-b.de
Tue Aug 24 14:59:00 GMT 2010


On 08/24/2010 12:50 PM, Ira Rosen wrote:
 >
>> times out even with the increased timeout factor.  Since the loops
>> aren't vectorized on IA64 (or SPARC) I was wondering if it would make
>> sense to just skip this test on those platforms instead of running it
>> and then having an xfail on the vectorization check.

>>   ! { dg-timeout-factor 4.0 }
>> +! { dg-skip-if "" { ia64-*-* sparc*-*-* } { "*" } { "" } }

I am also fine with that change but I wonder about "loops aren't 
vectorized": Can't they be vectorized, shouldn't they be vectorized, or 
does it just happen that they are not vectorized?
And: How about adding a small comment why the test is skipped?

Tobias



More information about the Gcc-patches mailing list