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]

XFAIL gcc.dg/vect/slp-multitypes-2.c on SPARC 32-bit


The vectorization thing works fine, but this runs afoul of a reload bug and 
fails at run time.  Now PR rtl-opt/46603.

Tested on SPARC/Solaris 8 and i586-suse-linux, applied on the mainline.


2010-11-22  Eric Botcazou  <ebotcazou@adacore.com>

	PR rtl-optimization/46603
	* gcc.dg/vect/slp-multitypes-2.c: XFAIL execution on SPARC 32-bit.


-- 
Eric Botcazou
Index: gcc.dg/vect/slp-multitypes-2.c
===================================================================
--- gcc.dg/vect/slp-multitypes-2.c	(revision 167028)
+++ gcc.dg/vect/slp-multitypes-2.c	(working copy)
@@ -1,4 +1,5 @@
 /* { dg-require-effective-target vect_int } */
+/* { dg-do run { xfail { sparc*-*-* && ilp32 } } } PR rtl-opt/46603 */
 
 #include <stdarg.h>
 #include "tree-vect.h"

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