mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 09:19:33 +08:00
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:
parent
47dd2a0110
commit
006166982a
@ -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.
|
||||
|
@ -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 "" } */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user