fast-math-vect-call-2.c: Require vect_double effective target.

* gcc.dg/vect/fast-math-vect-call-2.c: Require vect_double
	effective target.

From-SVN: r181741
This commit is contained in:
Uros Bizjak 2011-11-26 16:35:33 +01:00 committed by Uros Bizjak
parent 3a612dd1d0
commit d0d03b1ccb
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-11-26 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/vect/fast-math-vect-call-2.c: Require vect_double
effective target.
2011-11-25 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/51250

View file

@ -1,3 +1,5 @@
/* { dg-require-effective-target vect_double } */
#include "tree-vect.h"
extern long int lrint (double);