From: Eric Botcazou Date: Mon, 17 Jan 2011 17:49:25 +0000 (+0000) Subject: backport: re PR rtl-optimization/46603 (gcc.dg/vect/slp-multitypes-2.c execution... X-Git-Tag: releases/gcc-4.4.6~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50704f3a3cac321d1890b275ce10a8d227e8cf4f;p=thirdparty%2Fgcc.git 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 --- 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