]> 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:49:25 +0000 (17:49 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 17 Jan 2011 17:49:25 +0000 (17:49 +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.

From-SVN: r168918

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

index 89dd0f3ab46f25f746e6a827e40938761e3bab0f..2d8093809b03e027e23732f78fa781fab7a6238b 100644 (file)
@@ -1,3 +1,13 @@
+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.
+
 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 17fd1584dde577a35c7a16cebd8accbf6d1a3600..9c5a77b6b51b842a8c0e1ac77ffcbd7dc2738ea9 100644 (file)
@@ -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"
 
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>