This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[3.4] XFAIL gcc.c-torture/compile/20050113-1.c on SPARC


The SPARC has no calling conventions for vector types in 3.4.x.

Applied to 3.4 branch.


2005-01-24  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.c-torture/compile/20050113-1.c: XFAIL on SPARC.


-- 
Eric Botcazou
Index: gcc.c-torture/compile/20050113-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/20050113-1.c,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 20050113-1.c
--- gcc.c-torture/compile/20050113-1.c	19 Jan 2005 09:44:47 -0000	1.1.2.1
+++ gcc.c-torture/compile/20050113-1.c	24 Jan 2005 12:08:40 -0000
@@ -1,4 +1,5 @@
 /* PR c/17297 */
+/* { dg-xfail-if "PR target/12916" { "sparc*-*-*" } { "*" } { "" } } */
 
 typedef float V2SF __attribute__ ((vector_size (8)));
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]