intrinsics-1.c: Remove xfail.

2007-01-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * gcc.target/spu/intrinsics-1.c: Remove xfail.

From-SVN: r120607
This commit is contained in:
Andrew Pinski 2007-01-09 04:19:18 +00:00 committed by Andrew Pinski
parent 47dd2a0110
commit 006166982a
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-01-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
* gcc.target/spu/intrinsics-1.c: Remove xfail.
2007-01-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* g++.dg/warn/overflow-warn-1.C: Fix testcase.

View File

@ -13,6 +13,5 @@ void f(void)
gt = spu_cmpgt(a, a1); /* { dg-error "integer from pointer without a cast" } */
gt = spu_cmpgt(a, b); /* { dg-error "parameter list" } */
gt = spu_cmpgt(a, a);
/* Remove this xfail once, we reject implict conversions between vector types. */
a = spu_cmpgt(a, a); /* { dg-error "" "" { xfail *-*-* } } */
a = spu_cmpgt(a, a); /* { dg-error "" } */
}