vect-120.c: Add vect_floatint_cvt requirement.

2011-10-20  Steve Ellcey  <sje@cup.hp.com>

	* gcc.dg/vect/vect-120.c: Add vect_floatint_cvt requirement.

From-SVN: r180278
This commit is contained in:
Steve Ellcey 2011-10-20 21:29:20 +00:00 committed by Steve Ellcey
parent 926ac8d494
commit 7ec254da41
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-10-20 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/vect/vect-120.c: Add vect_floatint_cvt requirement.
2011-10-20 Steve Ellcey <sje@cup.hp.com>
PR testsuite/50722

View File

@ -1,6 +1,7 @@
/* { dg-do compile } */
/* { dg-require-effective-target vect_float } */
/* { dg-require-effective-target vect_shift } */
/* { dg-require-effective-target vect_floatint_cvt } */
static inline float
i2f(int x)