diff mbox

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

Message ID 201011221548.26339.ebotcazou@adacore.com
State New
Headers show

Commit Message

Eric Botcazou Nov. 22, 2010, 2:48 p.m. UTC
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.
diff mbox

Patch

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"