Commit ce7e8f00 by Eric Botcazou Committed by Eric Botcazou

* gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on SPARC 64-bit.

From-SVN: r232867
parent 13617162
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> 2016-01-26 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/execute/stkalign.c: XFAIL run on SPARC 64-bit. * gcc.c-torture/execute/stkalign.c: XFAIL run on SPARC 64-bit.
......
...@@ -21,4 +21,4 @@ foo () ...@@ -21,4 +21,4 @@ foo ()
but the loop reads only one element at a time, and DOM cannot resolve these. 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. */ 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 } } } } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment