]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on SPARC 64-bit.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 27 Jan 2016 08:02:24 +0000 (08:02 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 27 Jan 2016 08:02:24 +0000 (08:02 +0000)
From-SVN: r232867

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c

index 02ad3e20023745cde927b4fbff7a1d3eb714c14f..b7e6dac4ba985d7f652a0401d2cb142e9ae724ed 100644 (file)
@@ -1,3 +1,7 @@
+2016-01-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on SPARC 64-bit.
+
 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.c-torture/execute/stkalign.c: XFAIL run on SPARC 64-bit.
index 748448e5245989eb3fcb58a25e64482146fcdc78..2349400b8ec87881814910b57a48db96886758e1 100644 (file)
@@ -21,4 +21,4 @@ foo ()
    but the loop reads only one element at a time, and DOM cannot resolve these.
    The same happens on powerpc depending on the SIMD support available.  */
 
-/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail alpha*-*-* powerpc64*-*-* } } } */
+/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail { { alpha*-*-* powerpc64*-*-* } || { sparc*-*-* && lp64 } } } } } */