re PR rtl-optimization/46603 (gcc.dg/vect/slp-multitypes-2.c execution failure)

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

From-SVN: r167034
This commit is contained in:
Eric Botcazou 2010-11-22 14:49:22 +00:00 committed by Eric Botcazou
parent 7fafbb193a
commit a1e78aeeec
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
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.
PR testsuite/46230
* gcc.dg/vect/vect-peel-3.c (main): Prevent initialization loop from
being vectorized. Adjust dg-final pattern.

View File

@ -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"