From 50704f3a3cac321d1890b275ce10a8d227e8cf4f Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 17 Jan 2011 17:49:25 +0000 Subject: [PATCH] backport: re PR rtl-optimization/46603 (gcc.dg/vect/slp-multitypes-2.c execution failure) Backport from mainline 2010-11-22 Eric Botcazou * gcc.dg/pr28796-2.c: SKIP on SPARC/Solaris 8. PR rtl-optimization/46603 * gcc.dg/vect/slp-multitypes-2.c: XFAIL execution on SPARC 32-bit. From-SVN: r168918 --- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/gcc.dg/pr28796-2.c | 1 + gcc/testsuite/gcc.dg/vect/slp-multitypes-2.c | 1 + 3 files changed, 12 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 89dd0f3ab46f..2d8093809b03 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2011-01-17 Eric Botcazou + + Backport from mainline + 2010-11-22 Eric Botcazou + + * gcc.dg/pr28796-2.c: SKIP on SPARC/Solaris 8. + + PR rtl-optimization/46603 + * gcc.dg/vect/slp-multitypes-2.c: XFAIL execution on SPARC 32-bit. + 2011-01-17 Rainer Orth * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*. diff --git a/gcc/testsuite/gcc.dg/pr28796-2.c b/gcc/testsuite/gcc.dg/pr28796-2.c index 17fd1584dde5..9c5a77b6b51b 100644 --- a/gcc/testsuite/gcc.dg/pr28796-2.c +++ b/gcc/testsuite/gcc.dg/pr28796-2.c @@ -2,6 +2,7 @@ /* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only -DUNSAFE" } */ /* { dg-options "-mieee -O2 -funsafe-math-optimizations -fno-finite-math-only -DUNSAFE" { target alpha*-*-* } } */ /* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */ +/* { dg-skip-if "Bug in _Q_dtoq" { sparc*-sun-solaris2.8 } } */ #include "tg-tests.h" diff --git a/gcc/testsuite/gcc.dg/vect/slp-multitypes-2.c b/gcc/testsuite/gcc.dg/vect/slp-multitypes-2.c index 02faec741df4..0530dc318d3b 100644 --- a/gcc/testsuite/gcc.dg/vect/slp-multitypes-2.c +++ b/gcc/testsuite/gcc.dg/vect/slp-multitypes-2.c @@ -1,4 +1,5 @@ /* { dg-require-effective-target vect_int } */ +/* { dg-do run { xfail { sparc*-*-* && ilp32 } } } PR rtl-opt/46603 */ #include #include -- 2.47.2