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: [patch, testsuite] Fix gfortran.dg/vect/fast-math-pr38968.f90 timeout.


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


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