* gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on SPARC 64-bit.
From-SVN: r232867
This commit is contained in:
parent
13617162e3
commit
ce7e8f00e1
@ -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.
|
||||
|
@ -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 } } } } } */
|
||||
|
Loading…
Reference in New Issue
Block a user