From: Eric Botcazou Date: Mon, 17 Jan 2011 17:48:36 +0000 (+0000) Subject: backport: re PR rtl-optimization/46603 (gcc.dg/vect/slp-multitypes-2.c execution... X-Git-Tag: releases/gcc-4.5.3~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22bc637dd87d41acfc6d355728e95e95b1b2c91;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. 2010-08-31 Bingfeng Mei * gcc.dg/vect/pr43430-1.c: Requires vect_condition target. From-SVN: r168917 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 584400fd1473..cc8a01c3177b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,17 @@ +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. + + 2010-08-31 Bingfeng Mei + + * gcc.dg/vect/pr43430-1.c: Requires vect_condition target. + 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 f56a5d4a4449..9b87c5ab4e3b 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-add-options ieee } */ /* { 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/pr43430-1.c b/gcc/testsuite/gcc.dg/vect/pr43430-1.c index da3675a3c300..9eaa23cca8f4 100644 --- a/gcc/testsuite/gcc.dg/vect/pr43430-1.c +++ b/gcc/testsuite/gcc.dg/vect/pr43430-1.c @@ -35,5 +35,5 @@ main (void) return foo (data_ch1, data_ch2, 1); } -/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */ +/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target vect_condition } } } */ /* { dg-final { cleanup-tree-dump "vect" } } */ 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