From: Michael Matz Date: Fri, 22 Jan 2010 13:13:18 +0000 (+0000) Subject: fast-math-mgrid-resid.f: Limit to x86, add -msse2. X-Git-Tag: releases/gcc-4.5.0~1099 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=addb239cd3d7a2fa96764250dbba7fc0d27dcd6b;p=thirdparty%2Fgcc.git fast-math-mgrid-resid.f: Limit to x86, add -msse2. * gfortran.dg/vect/fast-math-mgrid-resid.f: Limit to x86, add -msse2. From-SVN: r156170 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5f749784af04..e32141261119 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-01-22 Michael Matz + + * gfortran.dg/vect/fast-math-mgrid-resid.f: Limit to x86, add + -msse2. + 2010-01-21 Paul Thomas PR fortran/42736 diff --git a/gcc/testsuite/gfortran.dg/vect/fast-math-mgrid-resid.f b/gcc/testsuite/gfortran.dg/vect/fast-math-mgrid-resid.f index 2d1844b367a2..cf47204e04e0 100644 --- a/gcc/testsuite/gfortran.dg/vect/fast-math-mgrid-resid.f +++ b/gcc/testsuite/gfortran.dg/vect/fast-math-mgrid-resid.f @@ -1,6 +1,7 @@ -! { dg-do compile } +! { dg-do compile { target i?86-*-* x86_64-*-* } } ! { dg-require-effective-target vect_double } -! { dg-options "-O3 -ffast-math -fpredictive-commoning -ftree-vectorize -fdump-tree-optimized" } +! { dg-options "-O3 -ffast-math -msse2 -fpredictive-commoning -ftree-vectorize -fdump-tree-optimized" } + ******* RESID COMPUTES THE RESIDUAL: R = V - AU *