mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
7fafbb193a
commit
a1e78aeeec
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue