]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: re PR rtl-optimization/46603 (gcc.dg/vect/slp-multitypes-2.c execution...
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 17 Jan 2011 17:48:36 +0000 (17:48 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 17 Jan 2011 17:48:36 +0000 (17:48 +0000)
Backport from mainline
2010-11-22  Eric Botcazou  <ebotcazou@adacore.com>

* 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  <bmei@broadcom.com>

* gcc.dg/vect/pr43430-1.c: Requires vect_condition target.

From-SVN: r168917

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr28796-2.c
gcc/testsuite/gcc.dg/vect/pr43430-1.c
gcc/testsuite/gcc.dg/vect/slp-multitypes-2.c

index 584400fd147307986a78740178e1367a0c8e1975..cc8a01c3177b0e607c7ca1e6b6713cc1f8813bdb 100644 (file)
@@ -1,3 +1,17 @@
+2011-01-17  Eric Botcazou  <ebotcazou@adacore.com>
+
+       Backport from mainline
+       2010-11-22  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * 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  <bmei@broadcom.com>
+
+       * gcc.dg/vect/pr43430-1.c: Requires vect_condition target.
+
 2011-01-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.
index f56a5d4a4449fbdb2df5eac7f8ec8075c908502f..9b87c5ab4e3bf77a38f9b11a4639e578bc8121cd 100644 (file)
@@ -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"
 
index da3675a3c300bdb5fa2709cee901497b67155407..9eaa23cca8f464a6d2f340b548e6657051f62888 100644 (file)
@@ -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" } } */
index 02faec741df4ff70e36756365de20124fca55dc6..0530dc318d3b11e10827c554ff5db6bf9aa6f900 100644 (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 <stdio.h>