2007-01-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jan 2007 04:19:18 +0000 (04:19 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Jan 2007 04:19:18 +0000 (04:19 +0000)
        * gcc.target/spu/intrinsics-1.c: Remove xfail.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120607 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/spu/intrinsics-1.c

index af17631..538c84d 100644 (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.
index 08458a5..7f64575 100644 (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 "" } */
 }